You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 9, 2025. It is now read-only.
ArgumentException: Getting control 4's position in a group with only 4 controls when doing Repaint
is thrown at line 27 in DeveloperDescription which is textAreaRect = GUILayoutUtility.GetRect(fieldSize.x, fieldSize.y);
For some reason this only happens if the inspector isn't custom. I tried moving the GetRect call into separate event types (Repaint and Layout) without any luck
Since I already use custom inspectors for everything but variables, I just decided to implement it for them as well. Can't be fucked with IMGUI.