Would love to see more about the callbacks.
Actually I'm just looking for a way to set the element's name easily (not all the elements the same name).
If you use a serializable class not inheriting from MonoBehaviour then a string name field will show as the element name, but when using a MonoBehaviour subclass name does not show (even if you override with the new operator).
http://va.lent.in/unity-make-your-lists-functional-with-reorderablelist/ Appears to be dead ☹️ at https://github.com/SubjectNerd-Unity/ReorderableInspector/wiki/Custom-Inspectors#extending-reorderablelist-functionality
Would love to see more about the callbacks. Actually I'm just looking for a way to set the element's name easily (not all the elements the same name). If you use a serializable class not inheriting from MonoBehaviour then a
string name
field will show as the element name, but when using a MonoBehaviour subclassname
does not show (even if you override with thenew
operator).Thanks!