I was working in Unity 2020.2.0f1 when I realized that my Lists weren’t re-orderable. I thought that maybe it was a version issue so I upgraded my project to 2020.2.6f1 via UnitHub. However, I still can’t seem to make my Lists re-orderable.
I created a fresh projcect and it doesn’t have this issue. But I really don’t want to have to copy all my project files into another project and redo my scenes/settings.
Is there a way to update the inspector to properly show my Lists as re-orderable?
Okay so it was actually a script causing the issue— one I completely forgot I had.
The troublesome script was DefaultEditor.cs. I was using it to force every editor to use UIElements, however, I guess it didn’t work properly for lists.