Hi all! I got two warnings today after building app on android platform. App works fine on my phone and i can’t see any misfunctioning. Still… should i be scared of them? I’m newbie, help?
Script attached to ‘EditorGameCenter’ in scene ‘’ is missing or no valid script is attached.
UnityEngine.GUIUtility: ProcessEvent(Int32, IntPtr)
Script attached to ‘EditorNotificationCenter’ in scene ‘’ is missing or no valid script is attached.
UnityEngine.GUIUtility: ProcessEvent(Int32, IntPtr)
You should definitely be worried. Some subtle bug may be happening - or it may be that this is a very nonessential script or an outdated one that should’ve been removed anyway. Either way, it’s worth tracking down that object and at the very least removing the broken script from it.
Thanks for reply! But i don’t know where ‘EditorGameCenter’ or ‘EditorNotificationCenter’ is, and what scene it is talking about cuz there are just ‘’ and no scene name between. So, i think i should first find them, then remove some ‘script’ like it says. But i have no idea what causing all of this. I cant track it down, because it just doesn’t give a reference and just clicking on warning doesn’t do a thing. I’m lost.
this just started happening to me too and I cant find the issue either. Any help is appreciated!