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
Doing this will trigger the layout system, which will close the current property drawer. This means in list this will be drawn under the list
As most ScriptableObject uses CustomEditor rather than CustomPropertyDrawer, the propertyDrawer solution will have no point.
This is possible for UnityEngine.Editor to solve for top level fields, but it will still not work for list/array because list element uses propertyDrawer not editor drawer.
No description provided.
The text was updated successfully, but these errors were encountered: