Search Issue Tracker
By Design
Votes
0
Found in
2018.3.0a6
2018.3.3f1
Issue ID
1122675
Regression
Yes
Scene saves very slowly when it contains a lot of prefabs
Reproduction steps
1. Open the project inside of "DimensionBrothers.zip"
2. Open the "Level2_demo" scene
3. Make any change to the scene and save it
Expected: Scene saves as fast as an identical scene with regular GameObjects in place of Prefabs
Actual: Scene saves much slower although it is almost the same scene as "Level2_Demo_Unpacked", except for GameObjects packed in the prefab
Reproduces on: 2018.3.0a6, 2018.3.3f1
Does not reproduce on: 2017.4.20f2, 2018.3a5
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
- Different text alignment in the column header in Entities "System" window
- Objects with Universal Render Pipeline/Particles/Lit shader are always lit up when changing their Rendering Layer Mask
- PolySpatial “Trying to set shader on a Material Variant.” error is printed in the console when entering Play Mode
- Error “Shader error in 'YSCloudCover': call to 'tex3D' is ambiguous at Assets/YSCloudCoverText.shader(606) (on d3d11)“ is present when compiling tex3D shader with DXC
- Placeholder asset is not loaded with Advertisement Legacy sample when using the latest version of the package
Resolution Note:
The performance regression was caused by third-party plugins marking the Prefabs as dirty. In result, the marked Prefabs are saved every time together with the scene save.