Unity-Reorderable-List icon indicating copy to clipboard operation
Unity-Reorderable-List copied to clipboard

Extended version of the Reorderable List in Unity

Results 8 Unity-Reorderable-List issues
Sort by recently updated
recently updated
newest added

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. ![image](https://user-images.githubusercontent.com/17129106/109027599-bc8a7400-769f-11eb-9334-bb194f93f395.png) 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)]...

![pagination](https://user-images.githubusercontent.com/6723783/45054642-701bcb80-b042-11e8-84e4-0886d23c83c9.jpg) ![screenshot](https://user-images.githubusercontent.com/6723783/45054643-70b46200-b042-11e8-874c-0d93a46e05a5.jpg) ![package_manager](https://user-images.githubusercontent.com/6723783/72479980-c9554c80-37aa-11ea-8fd8-978d3fa860bd.png)