garettbass / UnityExtensions.ArrayDrawer

ArrayDrawer is a base class like PropertyDrawer, but for arrays and lists.
MIT License
131 stars 21 forks source link

Use Editor.CreateCachedEditor() for array elements #2

Closed garettbass closed 5 years ago

garettbass commented 5 years ago

Array element content should be rendered by an instance of the registered [CustomEditor] for the element type. Instances of GenericInspector may be replaced to omit the m_Script property. See UnityExtensions.InspectInline for implementation ideas.