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
Comments (1)
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
- [Android][BiRP] Depth processing is handled incorrectly on certain Android devices when using 2 camera's
- [APV] Cancelling Display Dialog Error is thrown after Adaptive Probe Volumes tab is open in Lighting Window
- [APV] NullReferenceException is thrown when baking Adaptive Probe Volume for a Terrain with Non-GI Contributing Tree Prototypes and multiple APV objects with different LayerMasks are present on the scene
- Hands are not recognized when using Hololens 2
- "OnTriggerExit2D" is called before "OnTriggerEnter2D" when object is destroyed immediately
bfoddy
Nov 30, 2020 16:40
Major blocker for us