Unity-Reorderable-List
Unity-Reorderable-List copied to clipboard
Extended version of the Reorderable List in Unity
I noticed that ever since I included this package I can't seem to be able to initialize a generic list using anything but the default constructor even when I'm not...
C# uses whatever public GetEnumerator() is available in foreach. That's why List and Array have versions which returns a struct instead of IEnumerator. Only having IEnumerator GetEnumerator() causes vcalls and...
I create simple one dimension reorder-list based-on package Example, and Child object with one field `public Color[] color;` It's happens when I edit colors for any Item in a bottom....
Have I written this title correctly? Suppose I have a class ```Prize```, and I want to make a Reorderable List for it.  Now I have different types of Prizes...
The current number of pages can only be counted,Can you make pages by some tag(SerializedProperty.id name tag... or Fuccallback )
Not sure if this is a bug in Unity but this only seems to happen with ReorderableArrays where the first time the inspector is rendered it uses the wrong height...
Hi, i like my lists folded by default, so i mod your programm a tiny bit, to have a attribute for that. now you can set [Reorderable (expanded = false)]...
  