Search Issue Tracker
Fixed in 2021.2.X
Fixed in 2021.1.X
Votes
0
Found in
2020.2.0a13
2021.1
2021.1.0a10
Issue ID
1297993
Regression
Yes
ReorderableList allocates a lot of memory when inspecting multiple targets
How to reproduce:
1. Open the attached project
2. In the Hierarchy search for "test" and select all of the objects
3. In the object Inspector interact with the array script (fold unfold array fields, add components, etc)
4. Observe the poor performance
Expected result: the Inspector is fully functional and performant even when multi selecting objects
Actual result: the Inspector is slow when multi selecting objects with reorderablelist arrays
Reproducible in:2021.1.0a9, 2020.2.0f1, 2020.2.0a13
Not reproducible in: 2020.2.0a12, 2020.1.17f1, 2019.4.16f1, 2018.4.30f1, 2017.4.40f1 (these versions do not use the reorderable list control by default and thus don't suffer the performance downgrade)
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Missing script error when clicking “script” link in Cave scene’s Water Sample Description
- [VFX Graph] Set Position Shape Gizmo isn't refreshed after shaper switch
- NullReferenceException is thrown when trying to access volumeStack from the HDCamera class
- Visual artifacts appear when using an Orthographic camera with a Reflection Probe
- Not all animation properties are accessible when a prefab with an avatar model contains a nested copy of itself with a renamed GameObject
Add comment