Search Issue Tracker
By Design
Votes
0
Found in
2019.3.0a1
2019.3.0a3
Issue ID
1155259
Regression
Yes
[Tilemap] Saving the time of tilemap in prefab mode is a lot more than older version of Unity
Saving the time of tilemap in prefab mode is a lot more than older version of Unity
Steps to Repro:
1. Create a new or open attached project
2. Window > 2D > Tile palette
3. Create a new Tile palette
4. Add a Sprite to Tile palette
5. Drag Grid gameobject from hierarchy to project window to create a prefab
6. Open grid prefab
7. Paint sprite on tilemap
Actual Result:
Time taken to save a tilemap prefab is a lot more than earlier unity versions
Expected Result:
Time taken to save tilemap prefab should be fast enough
Environment:
Windows Only
Occurring with:
2019.3.0a3, 2019.3.0a1
Working with:
2019.2.0b3, 2019.1.4f1
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
- Standalone Player crashes with "TDerived GetOrLoad<TDerived>() where TDerived : T" when IL2CPP Code generation is set to "Faster (smaller) Builds"
- IndexOutOfRangeException and InvalidOperationException when logging XML string
- Script missing in "Assets/Settings/Mobile_Renderer/GlobalVolumeFeature" of "com.unity.template.urp-blank" template
- “Font Asset Creator - Error Code [Invalid_File_Structure]…“ error is logged when generating Font Assets from fonts with meta files from previous Editor versions
- Input.mousePosition returns (NaN, NaN, 0.00) when Scene view is opened
Resolution Note:
When Auto Save in Prefab Mode is turned on, after every edit action, the changes need to be updated to the asset, which can take a while (and does take a while in a previous version with a large Tilemap).
Instead, Auto Save in Prefab Mode can be turned off and changes can be saved manually for a better editing experience.