Search Issue Tracker
Fixed
Fixed in 2021.3.25f1, 2022.2.18f1, 2023.1.0b15, 2023.2.0a13
Votes
0
Found in
2020.3.47f1
2021.3.22f1
2022.2.15f1
2023.1.0b11
2023.2.0a10
Issue ID
UUM-32832
Regression
No
Tilemap with corrupted data crashes the Editor when calling CompressBounds
How to reproduce:
1. Open the attached project “tilemapcompressboundsbugtest.zip“
2. Open the “SampleScene” Scene
3. Select the “tilemap_wall1“ GameObject (child of “grid“ GameObject) in the Hierarchy
4. Press “compress” in the Inspector
Expected result: The Editor doesn’t crash
Actual result: The Editor crashes
Reproducible with: 2020.3.47f1, 2021.3.22f1, 2022.2.15f1, 2023.1.0b11, 2023.2.0a10
Reproduced on: macOS 13.0.1 (Intel), Windows 10 (by reporter)
Note: The corrupted tile can be found by opening the SampleScene file via text editor and searching for a tile with an “m_TileIndex: 3651547248“ Index and a “m_TileSpriteIndex: 4294967295“ Sprite Index
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
- Redoing creation of Sub Scenes and Cube GameObjects in Hierarchy throws “Assertion failed on expression: 'targetScene != nullptr’” error in Console window
- Selecting “New Sub Scene” after assigning “New Scene” in Sub Scene Script Component throws “Destroying GameObjects immediately is not permitted” in the Console window
- Shader Graph "Zoom Step Size" can be set to 0 even though the zoom still works
- Enabling/Disabling the Deprecated Nodes doesn't apply to the opened Shader Graph unless any Variable is added to the Blackboard
- Group Selection title text size is smaller in renaming than the actual font size
Resolution Note (fix version 2023.2.0a13):
Fix for this issue will be available on Unity 2023.2.0a13 and above
Resolution Note (fix version 2023.1.0b15):
Fix for this issue will be available on Unity 2023.1.0b15 and above
Resolution Note (fix version 2022.2.18f1):
Fix for this issue will be available on Unity 2022.2.18f1 and above
Resolution Note (fix version 2021.3.25f1):
Fix for this issue will be available on Unity 2021.3.25f1 and above