SubjectNerd-Unity / ReorderableInspector

Automatic reorderable lists for Unity game engine components
MIT License
485 stars 47 forks source link

Dead link on wiki page for Custom Inspectors #13

Open Naphier opened 5 years ago

Naphier commented 5 years ago

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!