ReorderableInspector icon indicating copy to clipboard operation
ReorderableInspector copied to clipboard

Dead link on wiki page for Custom Inspectors

Open Naphier opened this issue 7 years ago • 0 comments

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 subclass name does not show (even if you override with the new operator).

Thanks!

Naphier avatar Feb 01 '19 06:02 Naphier