Search Issue Tracker
Fixed in 2018.1.X
Votes
0
Found in
2017.1.0f3
Issue ID
961760
Regression
No
OverlapCapsuleNonAlloc is detecting Mesh Collider where the capsule is not physically overlapping with the mesh
Reproduction steps:
1. Open the attached project "961760.zip";
2. Open the CSGErrorExample scene;
3. Make sure that the Gizmos are drawn;
4. Enter a Play mode;
5. Observe that the Capsule Collider is animated to move around the FBX model and when it moves, red and green crosses appear.
Expected results: When Capsule is moving, we should see only green crosses, which mean that ComputePenetration gives back a penetration distance.
Actual results: We can observe that red crosses also appear, which mean that OverlapCapsuleNonAlloc returns a collision when there clearly isn't one.
Reproduced on: 5.6.3p4, 2017.1.2p1, 2017.2.0p1, 2017.3.0b7. 2018.1.0a2.
Fixed in PhysX 3.4.
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Tile Palette grid is moved after entering Play Mode
- Tile Palette Edit mode turns off in Play Mode
- The Editor crashes when Generating Font Atlas in the Font Asset Creator with “9999999999” padding and 256x256 Atlas Resolution
- [iOS] An “ArgumentNullException” error is thrown when GetIntroductoryPriceDictionary() method is called
- Font Import Settings documentation page is missing when the documentation button is pressed in the Inspector window
Add comment