Search Issue Tracker
By Design
Votes
0
Found in
5.6.0p1
Issue ID
904714
Regression
No
Performing a capsule cast from the result of a prior capsule cast results in tunneling through the mesh
Steps to reproduce:
1. Download the attached unityPackage and import into a new project
2. Enter Play Mode
3. Enable "RecursiveTrace" gameobject
4. Observe CapsuleCasts
Expected result: subsequent casts collide with mesh and stay on top
Actual result: subsequent casts tunnel through the mesh
Reproduced on 5.4.5f1 5.5.3f1, 5.6.0p3, 2017.1.0b2
Notes:
- ComputePenetration introduced in 5.6 which fixes a regular cast, but subsequent casts from the calculated position pas through the mesh
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
Add comment