mochi-neko / simple-reorderable-list-unity

Supplies a simple tool to use reorderable list on UnityEditor GUI.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

simple-reorderable-list-unity

Supplies a simple tool to use reorderable list on UnityEditor GUI.

Features

  • Supplies natural operations of a list on GUI.
  • Supports generic list and array of serialized properties.
  • Supplies readable colored element background.
  • Supplies drop down menu to add an element.
  • Allows extension to native UnityEditorInternal.ReorderableList

Samples

  • You can order elements by dragging.

Order

  • You can add and remove an element by clicking buttons on the right of bottom.

AddRemove

  • You can apply this for a generic list including user defined classes.

Multi

  • You can user drop down menu if you set up.

DropDown

Sample implementations are in Mochineko/SimpleReorderableListSamples folder.

Introduction

Please download the latest .unitypackage from Release page.

Then import it to your Unity project.

About

Supplies a simple tool to use reorderable list on UnityEditor GUI.

License:MIT License


Languages

Language:C# 100.0%