Search Issue Tracker
Fixed in 2021.2.X
Fixed in 2020.3.X, 2021.1.X
Votes
0
Found in
2021.2.0a5
Issue ID
1317103
Regression
Yes
Reorderable arrays with high element counts show up as "empty" when multi selecting
How to reproduce:
1. Open the attached "Repro Project" and open the "Sample Scene"
2. In the hierarchy select the "1" object and observe its array
3. Now multi-select "1" and "2" objects and observe the array again
Expected result: arrays with high element counts (>64) are not displayed when multi selecting to avoid performance issues (A message explaining this used to be shown)
Actual result: arrays with high element counts (>64) are not displayed when multi selecting and show up as "empty"
Reproduced in: 2021.2.0a6, 2021.2.0a5
Not reproducible in: 2021.2.0a4, 2021.1.0b8, 2020.2.6f1
Note: Adding [NonReorderable] fixes the issue indicating that this is a ReorderableList only problem
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Redoing creation of Sub Scenes and Cube GameObjects in Hierarchy throws “Assertion failed on expression: 'targetScene != nullptr’” error in Console window
- Selecting “New Sub Scene” after assigning “New Scene” in Sub Scene Script Component throws “Destroying GameObjects immediately is not permitted” in the Console window
- Shader Graph "Zoom Step Size" can be set to 0 even though the zoom still works
- Enabling/Disabling the Deprecated Nodes doesn't apply to the opened Shader Graph unless any Variable is added to the Blackboard
- Group Selection title text size is smaller in renaming than the actual font size
Add comment