So I was just working on my main menu ui and I got these errors all of the sudden. "
GUI Error: You are pushing more GUIClips than you are popping. Make sure they are balanced.
UnityEngine.GUIUtility: ProcessEvent(Int32, IntPtr)".
I am also getting “MissingReferenceException: The object of type ‘TMP_Dropdown’ has been destroyed but you are still trying to access it. Your script should either check if it is null or you should not destroy the object.”. I have not included a script yet for this so that’s why I’m confused. I’m also confused why its saying that I destroyed it even though I didn’t.
It doesn’t let me move anything else either except the text when I am adding things.(By that I mean that I can’t move them with any moving tool. I can still input a position in the transform). Does anyone know why this is happening?