- The reorderable drawer for array and list fields introduced in Unity 2020 doesn't properly support objects that can change height like Transitions do when you show their events.
- The drawer can be disabled by giving the field a
[NonReorderable]
attribute. - Or you can work around the issue by deselecting and reselecting the object.
- Issue ID 1342485