Search Issue Tracker
Active
Under Consideration for 6000.4.X, 6000.5.X, 6000.6.X
Votes
0
Found in
6000.4.1f1
6000.5.0b2
6000.6.0a2
Issue ID
UUM-138488
Regression
No
Crash on PolygonCollider2D::CreatePolygonShapes when painting multiple tiles from Tile Palette onto Tilemap
Reproduction steps:
1. Open the attached “BugRepro” project
2. Open the “Assets/Scenes/SampleScene.unity“ Scene
3. Select the “Tilemap” GameObject in the Hierarchy window
4. Open the Tile Palette window (Window > 2D > Tile Palette)
5. Select the Paintbrush Tool in the Tile Palette window
6. Select multiple tiles from the palette
7. Click and drag on the Tilemap in the Scene view to fill an area
8. Observe the crash
Reproducible with: 6000.4.0f1
Reproducible on: Windows 11
Not reproducible on: No other environment tested
Note: The issue could not be reproduced locally
First few lines of the stack trace:
0x00007FFDE20C35FC (Unity) PolygonCollider2D::CreatePolygonShapes
0x00007FFDE1F9B214 (Unity) TilemapCollider2D::PreparePolygonFromTile
0x00007FFDE1F9BD8A (Unity) TilemapCollider2D::ProcessTileChangeQueue
0x00007FFDE313A77B (Unity) BaseBehaviourManager::CommonUpdate<LateBehaviourManager>
0x00007FFDE3140B58 (Unity) LateBehaviourManager::Update
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- “No method with RuntimeInitializeOnLoadMethod attribute” warning from ReadmeEditor.cs is thrown after installing Project Auditor Rules
- Projection matrix is altered when using RasterCommandBuffer.ClearRenderTarget on DX12 and Metal
- Entities Hierarchy window allows Cyclic nesting and throws an “ArgumentException: Cyclic nesting detected” error when dragging a Prefab onto the same Prefab in the Entities Hierarchy
- EnterPlayModeOptions doesn't take effect if user manually modifies m_EnterPlayModeOptionsEnabled to 0
- VFX Graph Documentation dropdown button does nothing when clicked on the right side
Add comment