Browse Source

Merge pull request #359 from FungusGames/update-reorderablelist-v0.4.3

Updated reorderable list control to v0.4.3
master
Chris Gregan 9 years ago
parent
commit
304cd9b4df
  1. BIN
      Assets/Fungus/Thirdparty/Reorderable List Field/Editor/Editor.ReorderableList.dll
  2. 4
      Assets/Fungus/Thirdparty/Reorderable List Field/Editor/Editor.ReorderableList.dll.meta
  3. 6
      Assets/Fungus/Thirdparty/Reorderable List Field/README.txt

BIN
Assets/Fungus/Thirdparty/Reorderable List Field/Editor/Editor.ReorderableList.dll vendored

Binary file not shown.

4
Assets/Fungus/Thirdparty/Reorderable List Field/Editor/Editor.ReorderableList.dll.meta vendored

@ -13,6 +13,10 @@ PluginImporter:
enabled: 1 enabled: 1
settings: settings:
DefaultValueInitialized: true DefaultValueInitialized: true
WindowsStoreApps:
enabled: 0
settings:
CPU: AnyCPU
userData: userData:
assetBundleName: assetBundleName:
assetBundleVariant: assetBundleVariant:

6
Assets/Fungus/Thirdparty/Reorderable List Field/README.txt vendored

@ -15,6 +15,7 @@ Features
-------- --------
- Drag and drop reordering! - Drag and drop reordering!
- Automatically scrolls if inside a scroll view whilst reordering.
- Easily customized using flags. - Easily customized using flags.
- Adaptors for `IList<T>` and `SerializedProperty`. - Adaptors for `IList<T>` and `SerializedProperty`.
- Subscribe to add/remove item events. - 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 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 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 developers.
zip archive of image source resources.
- [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, 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. copy the contents of this repository somewhere into your project.

Loading…
Cancel
Save