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
This seems kinda nice but doesn't show any fields or buttons for properties in Unity 2019.3.15.
Only the "External Objects" field is there and "Edit Text" button appears (clicking it doesn't change anything).
I've tried looking at it and it parses the file, recursively goes through it and also calls GUI.Button here and there. Changing a few of those to GUILayout shows buttons but with a wrong layout of course. Did the way GUI.Button etc. work change in the mean time, or rather the way rects have to be calculated?
The text was updated successfully, but these errors were encountered:
This seems kinda nice but doesn't show any fields or buttons for properties in Unity 2019.3.15.
Only the "External Objects" field is there and "Edit Text" button appears (clicking it doesn't change anything).
I've tried looking at it and it parses the file, recursively goes through it and also calls GUI.Button here and there. Changing a few of those to GUILayout shows buttons but with a wrong layout of course. Did the way GUI.Button etc. work change in the mean time, or rather the way rects have to be calculated?
The text was updated successfully, but these errors were encountered: