Search Issue Tracker
Third Party Issue
Votes
2
Found in
2019.4
2019.4.12f1
2020.1
2020.2
2021.1
Issue ID
1296930
Regression
No
Physics.CapsuleCast ignores Mesh Collider when Z-axis of the Capsule matches Z-axis of the Mesh Collider and scale is 1:1:1
Reproduction steps:
1. Open user attached project "CapsuleCast Ignores Mesh Collider.zip"
2. Enter Play Mode
3. Open Scene View
4. Look at the cube in the scene
Expected result: Capsule is green indicating the collision
Actual result: Capsule is red indicating there is no collision
Reproduces on: 2019.4.15f1, 2020.1.15f1, 2020.2.0f1, 2021.1.0a7
Could not test (errors in the project): 2018.4
Notes:
One of the faces of the Mesh Collider also has to match the plane of the Z-axis position
Workaround: disable Fast Midphase in the MeshCollider cooking options
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
- Different text alignment in the column header in Entities "System" window
- Objects with Universal Render Pipeline/Particles/Lit shader are always lit up when changing their Rendering Layer Mask
- PolySpatial “Trying to set shader on a Material Variant.” error is printed in the console when entering Play Mode
- Error “Shader error in 'YSCloudCover': call to 'tex3D' is ambiguous at Assets/YSCloudCoverText.shader(606) (on d3d11)“ is present when compiling tex3D shader with DXC
- Placeholder asset is not loaded with Advertisement Legacy sample when using the latest version of the package
Resolution Note:
An accuracy issue in the implementation of PhysX. As a workaround disable the Fast Midphase in the Mesh Collider cooking options.