Search Issue Tracker
Fixed
Fixed in 2022.3.19f1, 2023.2.8f1, 2023.3.0b5, 7000.0.0a1
Votes
0
Found in
2022.3.15f1
2023.2.3f1
2023.3.0a17
Issue ID
UUM-58154
Regression
No
Tilemap Collider 2D is not updating the Collider shapes when removing Tiles on the Tilemap component
How to reproduce:
1. Open the “Collider2DRepro“ project
2. Open the “Scenes/Regular/Trying New Angles“ scene
3. Enter the Play mode
4. Press the letter ‘K' on the keyboard
5. Press the letter 'A’ on the keyboard
6. Open the “Breakable Blocks“ GameObject in the Inspector
7. Observe the Scene view
Expected result: When the two bottom tiles are set to null (destroyed) they are not detecting collision
Actual result: When the two bottom tiles are set to null (destroyed) they are still detecting collision, and Collider Bounds are still in place
Reproducible with: 2022.3.15f1, 2023.2.3f1, 2023.3.0a17
Could not test with: 2021.3.33f1 (Could not fix the “The type or namespace name 'IntegerField' could not be found“ error message)
Reproducible on: macOS 13.5.2 (Intel)
Not reproducible on: No other environment tested
Workaround: Open the “Grid > Breakable Blocks“ GameObject in the Inspector and in the Tilemap Collider 2D Component set Max Tile Change Count to 0
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
- Constant console errors when using Min/Max Slider in PlayMode
- The global scene list is overridden in a project built with command line when the Override Global Scene List setting is disabled in the build profile
- [Linux] AutoLocale log is logged when opening a project
- Global Scenes are not included in the Build when building multiple Build Profiles at the same time
- [iOS] WebCamDevice.availableResolutions returns a single resolution with width and height both 0 on some iOS devices
Resolution Note (fix version 2023.3.0b5):
Fix for this issue is available on Unity 2023.3.0b5 and above
Resolution Note (fix version 2023.2.8f1):
Fix for this issue is available on Unity 2023.2.8f1 and above
Resolution Note (fix version 2022.3.19f1):
Fix for this issue is available on Unity 2022.3.19f1 and above