Search Issue Tracker
CharacterControllers do not trigger OnControllerColliderHit when they co...
There doesn't seem to be any way to detect CharacterController collision. Run the test scene. Use WASD to move the blue capsule. If ... Read more
Default material properties and default values for new PhysicMaterial do...
Currently, when you create a new PhysicMaterial, friction will be set to a default of 0.4. When you assign no material at all, it us... Read more
Articulation Body drives teleport the whole chain to NaN coordinates whe...
Reproduction steps:1. Open the attached project2. Open scene "Scenes/SampleScene"3. Select "Prismatic + target"4. Enter Play mode an... Read more
Character Controller. stepOffset can be set to negative
CharacterController parameter stepOffset validation is missed in runtime, the value can be set as negative, which causes unexpected ... Read more
Character controller's step offset causes the character not to fit into ...
To reproduce:1. Open attached project2. Open scene repro - it contains a first person character controller with the step offset set ... Read more
Cloth crashes the editor
To reproduce:- create a game object- add SkinnedMeshRenderer component- add a standard mesh to it (like sphere)- add cloth component... Read more
SetInertiaTensor: Inertia spams tensor must be larger then zero in all c...
Running AngryBots on consoles/dev, which is based on trunk gets me this message:Inertia tensor must be larger then zero in all coord... Read more
Triangle mesh collider does not collide
To reproduce:1. Open attached project2. Open collider vs box Collider scene3. Enter play modeExpected result: All the objects collid... Read more
Replace Box collider on adding another Box collider not working
Can add 2 Box colliders to cuberegression- not present in 4.2.1 and 4.2.2- present in all 4.3.x 2) How can we reproduce it using the... 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
- “Remove Unused Overrides” available on not loaded Scene and throws “ArgumentException: The scene is not loaded” warning
- Adaptive Probe Volume occlusion edge is calculated incorrectly when viewing probes near geometry edges
- Sampling a texture using an HLSL file throws shader errors and the code does not compile
- "Graphics.CopyTexture called with null source texture" error when Base Camera of an Overlay Camera is removed with DX11 Graphics API and Compatibility Mode enabled
- WebGL sends wrong value with large numbers when SendMessage function is used