Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 446 Bytes

File metadata and controls

9 lines (6 loc) · 446 Bytes

Example of ReorderableList in Unity

In Unity 4.5 we got a nice (undocumented) built-in tool to visualize lists in IDE.
It's called ReorderableList, it's located in UnityEditorInternal namespace and looks like this:

This is an example project for my post about ReorderableList.