- Home /
Errors i can't understand. SetSystemInterested
I get these errors in Unity 2018.2.5.1f. They just suddenly appeared and they don't say anything else then what's shown in the picture. Anybody knows what's causes this?
On a play in the editor I two of each.
"System is not interested in this transform, SetSystemInterested may only be called on transforms that are set interested." "System is already interested in this transform, SetSystemInterested may only be called once."
Haven't found anyone else with this problem.
I've never seen this error before, are you using any custom editors?
No, I have some editor scripts. but they have always worked fine, these errors just showed up from nothing.
It looks like the some transform priority function is being called back-to-back. Check to see there is not 2 rendering components attached to any of your gameobjects.
Answer by TheFishInABowl · Dec 18, 2018 at 11:36 PM
Found the culprit by enabling on and off each and every item in my hierarchy one by one (over 7000 objects)
But for me, it was one object that had 2 Nav Mesh Obstacle components on it.
It would be nice if these errors could have mentioned that in any way..
Side note: these errors also showed in unity 2018.3
This happened to me with 2 $$anonymous$$eshRenderer in one object ,