garettbass / UnityExtensions.ArrayDrawer

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

`elementsAreSubassets` fails when parent object is `MonoBehaviour` #5

Open garettbass opened 5 years ago

garettbass commented 5 years ago

It seems as though we cannot add subassets to prefabs or scenes. If this is not possible by some means, then we should provide a way to customize how/where ScriptableObject elements are created. Consider providing a factory type to ReorderableListAttribute.