Search Issue Tracker
Fixed in 2018.3.X
Votes
0
Found in
2018.3.0a9
Issue ID
1074172
Regression
No
Scene Load performance with prefabs with overrides is poor
To reproduce:
1. Open tests project from attached project or from: Unity/Tests/PerformanceTests/NestedPrefabs
2. Tests which show bad results: SceneOpenTests.OpenSceneWithBigNestedPrefabsWithOverrides
3. Run it from Unity Test Runner as any test.
Results:
Prefab has 1 child, 5 components each game object.
with 100 instances in a scene, it takes about 80 ms to open the scene.
with 100 instances in a scene while each instance has property override, it takes about 3500 ms to open the scene.
for comparison, with 4000 instances in a scene and NO overrides, it takes 1000 ms to open the scene
Could be improved
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- OnPostprocessAllAssets() is not called for a modified Prefab when another Asset is set Dirty in the same callback
- [Android] UIToolkit ClickEvent is fired when the device is rotated
- Compilation errors occur when "uintBitsToFloat(int)" gets used in OpenGLES
- User Reporting does not send reports when Managed Stripping Level is set to Low or higher
- Editor crashes and a window with "GetManagerFromContext: pointer to object of manager 'MonoManager' is NULL (table index 5)" error is thrown when launching a project with a corrupted library
Add comment