Search Issue Tracker
Fixed in 2018.2.X
Votes
0
Found in
2017.1.1p2
Issue ID
951920
Regression
No
[Physics] Physics.ComputePenetration calculates depth incorrectly for some collider combinations
The Scene contains a capsule collider and a non-convex mesh collider that are slightly overlapping. Physics.ComputePenetration should report that the penetration depth is quite small but instead it is reporting a very large value. If you slightly change the rotation/position/size of the colliders then the issue no longer occurs.
To repro:
1) Open attached project
2) Open Test Scene and enter play mode
3) Press S Key and see that depth is printed in console and on screen as 743.8444
Reproduced both in Editor and Standalone testing on OS X. Unity 2017.1.1p2.
Add comment
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- [HDRP] Assertion printed when Maximum Reflection Probe count is higher than 64 due to k_MaxCubeReflectionsOnScreen when Raytracing is enabled
- Seams are visible on the Water System when multiple tiles are used and their Surface type is set to River
- Matching Game View creates unsaved changes even though nothing to save
- AudioClips do not have path or GUID in Build Report and incorrect size is reported
- The rendered color of the preset differs from the preview color when adding a new swatch in the HDR Color Picker
richie-greene
Feb 12, 2018 17:15
Does disabling pcm in physics manager solve this?
Im having collision issues and thats a workaround