While playing around with Sprite Shape for snow boarder, I’ve got some weird warnings.
“GetControlID at event keyUp returns a controlID different from the one in Layout event
UnityEngine.GUIUtility:ProcessEvent (int,intptr,bool&)”
“GetControlID at event ValidateCommand returns a controlID different from the one in Layout event
UnityEditor.EditorApplication:Internal_CallGlobalEventHandler ()”
“GetControlID at event mouseMove returns a controlID different from the one in Layout event
UnityEngine.GUIUtility:ProcessEvent (int,intptr,bool&)”
At first I’ve ignored them, as they didn’t seem relevant to what I was doing, but then my unity crashed. I still get those warnings and I couldn’t find anything in google about that… hope someone could help me
I don’t have any code in my project yet, just 3 sprites.
EDIT: In case it’s important: I’ve noticed them after clicking ctrl + z to change back position of one of the sprites.