Search Issue Tracker
By Design
Votes
7
Found in
2018.1.0f2
Issue ID
1033072
Regression
No
Physics.ComputePenetration does not detect collision when using OverlapCapsule to detect overlaping colliders
To reproduce:
1. Open my attached project (Penetration.zip)
2. Enter Play mode
3. Observe the console
Expected: Physics.ComputePenetration detects collision
Actual: Physics.ComputePenetration does not detect collision
Reproduced in: 2017.2.2p4, 2017.4.2f2, 2018.1.0f2, 2018.2.0b3
Note: issue is is fixed by making the Mesh Collider Convex, however, documentation states:
"One of the colliders has to be BoxCollider, SphereCollider CapsuleCollider or a convex MeshCollider. The other one can be any type.", therefore having capsule collider
as one of the colliders should satisfy the conditions. Documentation page:
https://docs.unity3d.com/ScriptReference/Physics.ComputePenetration.html
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- "Shader warning in 'Hidden/Light2D': implicit truncation of vector type" is thrown when building Universal 2D template
- AI Assistant breaks compilation of packages using System.Runtime.CompilerServices.Unsafe via auto-referencing
- Unity Hub checks the "Documentation" module by default on the 6.4 and 6.5 streams despite that it was unchecked with the previous installs
- Shortcut that toggles between Dopesheet and Curves Views in the Animation Window's Timeline is mislabed
- Property List Items Overlap onto the Property List's top edge when scrolling through a long Property List
Add comment