I having interface problem and it's nasty! Help please?

NullReferenceException: Object reference not set to an instance of an object UnityEditor.ObjectSelector.OnDisable () (at C:/BuildAgent/work/6bc5f79e0a4296d6/Editor/Mono/ObjectSelector.cs:138)


Hi all Unities,

Could some one please help me solve this issue? I been using coroutine in GUI so this is because of it Unity disable() the object selector so I wonder how could I enable it again? It gave me this warning any one please help for this? Please let me know the way to reopen this?

You're phrasing is a bit confusing, but look at this explanation of how to hunt down NullReferenceExceptions. Also, try not to execute anything from OnGUI unless you strictly do it once for a certain event - else it might slow your game down significantly.