Search Issue Tracker
Fixed in 2022.1.X
Votes
0
Found in
2017.4
2018.4
2019.2
2019.3
2019.3.0b3
2020.1
Issue ID
1185953
Regression
No
The time Required to load Gameobjects or Prefab instances does not scale linearly
Steps to reproduce:
1. Open User-supplied project
2. Open Scene ("Transform_10000) with 10000 objects
3. Run Test -> Measure Open/Close Current Scene and Inspect the time in Console Window
4. Open Scene ("Transform_50000) with 50000 objects
5. Run Test -> Measure Open/Close Current Scene and Inspect the time in Console Window
Expected: the time scales linearly
Actual: the time does not scale linearly
Reproduced in: 2017.4.33f1, 2018.4.12f1, 2019.2.10f1, 2019.3.0b8, 2020.1.0a9
Notes:
Reproduces on Asset Pipeline V2 and V1
Reproduces on Mixed, Force Binary, and Force Text Asset Serialization
* Loading prefab instances is more expensive than loading game objects.
* Saving prefab instances is significantly faster than saving game objects.
* The time Unity requires to load Gameobjects or prefab instances does not scale linearly with the number of objects.
* The time Unity requires to save Gameobjects does not scale linearly with the number of objects.
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
- TreeView Child display toggle styling becomes reversed when clicking and dragging it
- Null is returned when using FocusOutEvent.relatedTarget
- Unity_BaseInstanceID is always zero when rendering multiple meshes and instancing with the same buffer
- UI Document button's text does not resize relatively when size in percentage (%) is used
- Event.current.mousePosition has an offset of 1px along the y-axis in WebGL build when the mouse button is released
Resolution Note (fix version 2022.1):
Fixed in: 2022.1.0a10