Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 1.05 KB

README.md

File metadata and controls

8 lines (6 loc) · 1.05 KB

UnityReorderableListExamples

Two very simple barebones examples of how to use Reorderable Lists in Editor scripts. Both examples show how to setup and user ReorderableList with custom GUI in Editor scripts using the various callbacks provided.

In both examples you can reorder and edit the items. There's also a button that prints out the names from the reordered list, as an example to show that the reodered list can be used after reordering.

If you need more info, you can take a look at the ReorderableList class code from the Unity Cs Reference repo.