Search Unity

  1. Megacity Metro Demo now available. Download now.
    Dismiss Notice
  2. Unity support for visionOS is now available. Learn more in our blog post.
    Dismiss Notice

Errors in Unity2017.1.0f3

Discussion in 'Editor & General Support' started by cgutierrez71, Jul 12, 2017.

  1. cgutierrez71

    cgutierrez71

    Joined:
    Oct 15, 2013
    Posts:
    69
    Hi, I'm getting this errors in some of my scenes:

    -Assertion failed: System is already interested in this transform, SetSystemInterested may only be called once.

    -Assertion failed: If the system is getting enabled, then it can't have any previous changes registered

    -Assertion failed: System is not interested in this transform, SetSystemInterested may only be called on transforms that are set interested.
    UnityEngine.Renderer:set_enabled(Boolean)
    scriptEnemigo:Start() (at Assets/03_Scripts/scriptEnemigo.js:77)

    I really don't understand what happend because I have similar scenes in which it doesn't happend... The only difference is that this scene has more enemies...

    Any help?

    Thanks,
     
  2. cgutierrez71

    cgutierrez71

    Joined:
    Oct 15, 2013
    Posts:
    69
    Solved!

    The problem was that one of the enemies had 2 renders attached to the same gameobject. After removing one of them, the problem was fixed.

    Thanks anyway.
     
    Last edited: Jul 12, 2017
    FeastSC2 likes this.