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
- Text is unreadable when DLSS is applied to the Canvas with Render Mode set to World Space
- NullReferenceException errors appear in the Console when changing the values of Visual Effect Control Clip Events' Attributes
- Crash on TextCore::OTL_TableReader::GetOpenTypeLayoutTables when using Japanese Font as TMP Fallback
- TreeView.AddItem performance regression when opening EditorWindow
- Shadows are not visible in Player when using DX12 with Forward+ or Deferred+ rendering in URP
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.