So here’s another fun one,
I’m creating some custom inspectors for an asset I’m creating and in some of them ReorderableList.list
always returns null, even though it I’m sure exists. I can add and remove items, and even log the correct ReorderableList.count
. I’ve tried accessing it in OnGUI()
, during creation and inside the custom click handlers; all nada. Again though, this is only for ReorderableLists on some components; others work just fine.
So… what gives? Is there some quirk I’m missing?