Search Issue Tracker
Fixed in 2021.2.X
Votes
2
Found in
2018.4
2019.2
2019.3
2020.1
2020.1.0a18
Issue ID
1208321
Regression
No
Pasting, Undoing and Deleting multiple Game Objects in the Scene Hierarchy is non linearly slow
How to reproduce:
1. Open the attached project and open the "SampleScene"
2. Find the "1000" parent in the Hierarchy and expand it
3. Select all of its children and copy-paste them (Observe the time it takes to paste these objects, it should take around 1-2 sec)
4. Find the "6000" parent in the Hierarchy and expand it
5. Select all of its children and copy-paste them (Observe the time it takes to paste these objects, it takes around 40 sec)
Expected result: the performance is near-linear, for example, if it takes 1 sec to paste 1000 objects it should take around 6-7 secs to paste 6000 objects
Actual result: the performance gets worse non linearly with the more objects that are selected. Instead of 6 secs, it takes around 40 secs to paste 6000 objects. With 10000 objects it takes around 10 minutes. (See FB comment for more data)
Reproduced in: 2020.1.0a18, 2019.3.0f4, 2019.2.16f1, 2018.4.15f1
Note: only reproduces when selecting multiple objects, if only a single parent with the same amount of objects is selected the performance is fast as expected
Add comment
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Tile Palette selected dropdown text does not update when palette is renamed
- ArgumentException thrown and reference to Template gets unset when opening UXML file after editing referenced Template in Play mode
- [iOS][WebGL] Player freezes when multiple properties of a VisualElement are changed at the same time
- Warning 'GetControlID at event ValidateCommand returns a controlID different from the one in the Layout event' is logged when undoing the deletion of an Edited Freeform 2D Light
- ShadowCaster2D breaks on certain Rotation positions when Casting Source is set to PolygonCollider2D
bfoddy
Nov 30, 2020 16:40
Major blocker for us