UnityExtensions.ArrayDrawer
UnityExtensions.ArrayDrawer copied to clipboard
[Question] Could you provide methods to help drawing
First of all, thanks for the awesome plugin!!
As the topic, I want to draw my array in my customEditorWindow, is it possible that provides method for users to call, ex:
List
thanks.
(I use Unity's ReorderableList now)
You should be able to draw it by calling https://docs.unity3d.com/ScriptReference/EditorGUI.PropertyField.html
I can’t because it’s a EditorWindow not a CustomEditor, I don’t have the SerializedProperties.