Search Issue Tracker
Memory leak when instantiating and destroying GameObjects with a collider
Reproduction steps: 1. Open the user's attached project "ColliderMemLeak.zip" 2. Open "SampleScene" 3. Enter Play mode 4. Click "Sta... Read more
Ray hits any GameObject regardless of what LayerMask is passed in
Steps to reproduce: 1. Open attached project 2. Enter Play Mode 3. Move either of the three objects (cube, capsule, sphere) aligned ... Read more
Changing CapsuleCollider radius in runtime through code makes the height...
To reproduce: 1. Open an Attached Unity project "Rigidbodybug" 2. Open scene "scene" 3. Window --> Physics Debugger 4. Press Play E... Read more
Cloth "Edit Constraints" vertices become white with black artifacts, whe...
To reproduce: 1. Open new project. 2. Create new Sphere. 3. Add "Cloth Component" to it. 4. Press "Edit Constraints" on that Cloth c... Read more
"In order to call GetTransformInfoExpectUpToDate..." error message appea...
To reproduce: 1. Open users attached project. 2. Open scene DevScene.unity 3. Enter play mode 4. In scene view place GameObject Snow... Read more
Rigidbody with two child Box Colliders calls "OnCollision" enter and exi...
Moving Game object with Rigidbody, which has two child objects with Box Colliders, into another static Box Collider, enter and exit ... Read more
ClosestPointOnBounds() returns closest point IN bounds
The function "collider.ClosestPointOnBounds()" is misleading since it gives you a point inside bounds not on bounds (on = contact, i... Read more
Physics.SphereCast(origin, radius, direction, out hitInfo, layerMask) ig...
How to reproduce: 1. Open the "Physics_Test.zip" project 2. Open the "Physics.unity" scene 3. Enter Play Mode 4. Check the Console ... Read more
Memory Leaks when using CharacterController.height to set heights of the...
How to reproduce: 1. Open user-submitted project (PhysX Bug.zip) 2. Press Play Expected result: Memory usage remains somewhat stab... Read more
When a Mesh is assigned to a SkinnedMeshRenderer with a Cloth component ...
How to reproduce: 1. Download attached project file and open "Scene" Scene 2. Enter Play Mode (observe how while the 'ClothCopier-Wo... 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
- Assertion failed on expression: 'scriptedImporterClass == SCRIPTING_NULL error when opening the standalone profiler window
- Disabled assets in Import Unity Package window aren't tracked but count as being selected by user
- [Windows] Crash on GetManagerFromContext when video is playing and creating High Definition 3D Projects after FMOD failed to switch back to normal output Error appeared
- GC Alloc produced when adding items to MultiColumnListView with Auto Assign Binding
- Mouse and Pointer Events are called incorrectly in ScrollView with XRUIInputModule