|
|
|
@ -15,6 +15,7 @@ Features
|
|
|
|
|
-------- |
|
|
|
|
|
|
|
|
|
- Drag and drop reordering! |
|
|
|
|
- Automatically scrolls if inside a scroll view whilst reordering. |
|
|
|
|
- Easily customized using flags. |
|
|
|
|
- Adaptors for `IList<T>` and `SerializedProperty`. |
|
|
|
|
- Subscribe to add/remove item events. |
|
|
|
@ -33,10 +34,9 @@ Installing scripts
|
|
|
|
|
|
|
|
|
|
This control can be added to your project by importing the Unity package which |
|
|
|
|
contains a compiled class library (DLL). This can be used by C# and UnityScript |
|
|
|
|
developers. Minimal version of package does not include demonstration assets or |
|
|
|
|
zip archive of image source resources. |
|
|
|
|
developers. |
|
|
|
|
|
|
|
|
|
- [Download RotorzReorderableList_v0.3.2 Package (requires Unity 4.3.4+)](<https://bitbucket.org/rotorz/reorderable-list-editor-field-for-unity/downloads/RotorzReorderableList_v0.3.2.unitypackage>) |
|
|
|
|
- [Download RotorzReorderableList_v0.4.3 Package (requires Unity 4.5.5+)](<https://bitbucket.org/rotorz/reorderable-list-editor-field-for-unity/downloads/RotorzReorderableList_v0.4.3.unitypackage>) |
|
|
|
|
|
|
|
|
|
If you would prefer to use the non-compiled source code version in your project, |
|
|
|
|
copy the contents of this repository somewhere into your project. |
|
|
|
|