Search Issue Tracker
Duplicate
Votes
1
Found in [Package]
1.0.0
Issue ID
1125095
Regression
No
[Vector Graphics] Saving a scene takes half a minute when having a couple hundred different prefabs with SVG sprites in them
How to reproduce:
1. Open attached project "Case_1125095_repro.zip"
2. Open "WorldMap" scene
3. Save the scene
Expected result: Scene saves in a couple of seconds
Actual result: Scene saves in half a minute, sometimes longer
Reproducible with - 2018.3.0b6, 2018.3.6f1, 2019.1.0b3, 2019.2.0a6
Vector Graphics reproducible version: 1.0.0
Notes:
1) Could not test with earlier versions because the scene does not load properly
2) This is reproducible about 85% of the times
3) Removing some prefabs from the scene shortens the amount of time the saving takes
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
- [URP] All materials render black when building via batchmode or without rendering Scene/Game view in Editor if Decal renderer Technique is set to "Automatic"
- Player Tags list shows extra blank space behind the scrollbar in the "Player Tags" settings window
- Edit Angular Limits gizmo handles are small and easy to miss-click in the Scene view
- Duplicate Player Tag save fails silently with no error or validation message
- Letters on the left side move further as Letter Spacing is increased when Advanced Text Generator is used and Alignment is set to Center
Resolution Note:
The first time the scene is saved it takes a few seconds. Then something touches all the prefabs and they get marked dirty, so next time the scene is saved the Editor has to save 90 prefabs first.