Search Issue Tracker
Fixed
Votes
0
Found in
2019.4
2020.3
2020.3.6f1
2021.2
2022.1
2022.2
Issue ID
1381129
Regression
No
Editor performance degrades when adding more Sprites to the Tilemap and zooming out
How to reproduce:
1. Open the user attached "BugExample.zip" project
2. Enter the "SampleScene" Scene found in the Assets/Scenes folder
3. In the Scene zoom-in and zoom-out
Expected result: Stable editor performance
Actual result: Unstable editor performance
Reproducible with: 2019.4.36f1, 2020.3.28f1, 2021.2.11f1, 2022.1.0b7, 2022.2.0a3
Note:
- Reproducible on a new project
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
- Render Graph Execution errors when using GPU occlusion culling with 'Opaque Objects' frame setting disabled on a Camera
- Animator window: “Delete” menu item not greyed out for Base Layer context menu
- Resetting “PC_RP Asset (Universal Render Pipeline Asset)” causes Game view to become black and throws Renderer and NullReference errors in the Console window
- [Mobile] Player Crash on scripting_invoke_profiler_begin when the built Player Scene has an empty UIDocument and is built on IL2CPP
- Unnecessary Warnings are logged when running Player with -batchmode -nographics
Resolution Note:
The use of sprite mask is not scalable to use with tilemap. Each SpriteMask per tile is treated as a Renderer and incurs overhead for each instance. This performance issue is not a trivial fix to optimize, hence By Design for now.