Search Issue Tracker
Auto Mass is incorrectly calculated for Capsule Collider 2D
Reproduction steps:1. Open attached project;2. Click on the object "CapsuleCollider2D_bugged" and observe auto calculated mass value... Read more
The parameter "layerMask" shows incorrect value both on Physics2D.Overla...
Reproduction steps:1. Open the attached project "Testing.zip";2. Open the Test scene;3. Select the Cube game object in the Hierarchy... Read more
Unity crashes in <tessMeshAddEdgeVertex>, when 2D colliders collide
Reproduction steps:1. Open the attached file "case_891305_smallProject.zip";2. Open the scene "DevTest";3. Enter Play mode; Actual r... Read more
Collisons not ignored when Physics2D.SetLayerCollisionMask is set
How to reproduce:1. Open the user's attached project2. Enter Play mode3. Try to walk through a door Expected results: You're able to... Read more
A part of the PolygonCollider2D's shape is getting removed when the Poly...
How to reproduce:1. Open the user's attached "PolygonCollider2D_RemovedShapes_2019.4.9.zip" project2. Open the "SampleScene" Scene3.... Read more
Duplicate Collider 2D when editing Colliders in GameObject that has 2 Co...
How to reproduce:1. Open a new project2. Create an empty GameObject3. Add 2x Capsule Collider 2D to that GameObject4. Change one of ... Read more
Undoing Edit of PolygonCollider2D results in Errors "Assertion failed: S...
To reproduce:1. Open new project.2. Create new EmptyObject.3. Add "PolygonCollider2D" component.4. Press "Edit Collider" and edit co... Read more
BoxCollider2D size changed upgrade due to 9-slice auto-tiling
Reproduction steps:1. Open project attached(Miner Mines.zip).2. Open main scene.3. Press play and try to hit wall. Expected result: ... Read more
CollisionListener2D::ProcessContacts crashes when unparenting game objec...
CollisionListener2D::ProcessContacts crashes in Play mode when unparenting game objects and destroying their parent which has Rigidb... Read more
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- UI Builder Data Path Source List starts flickering and scrolling when trying to select the last item in the list
- Crash on ProcessSceneBeforeExport when analyzing selected Addressables rules in a specific project
- HDR images are compressed incorrectly with default settings on Android Platform
- Crash with multiple stack traces when painting detail on Terrain with a highly detailed Prefab
- Crash on mono_object_handle_isinst_mbyref_raw when SerializedReference points to a struct implementing ISerializationCallbackReceiver whose first field is a UnityEngine.Object