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
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.
The text was updated successfully, but these errors were encountered:
If a scene was DanielEverland#3 visibly in the build index, but a scene above it was disabled, then the index shown in the SceneVariable would be off by 1 and cause problems when loading by integer.
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.
The text was updated successfully, but these errors were encountered: