Skip to content

Two very simple barebones examples of how to use Reorderable Lists in Editor scripts

Notifications You must be signed in to change notification settings

Demkeys/UnityReorderableListExamples

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

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.