Search Issue Tracker
Won't Fix
Votes
0
Found in
2017.3.0f3
Issue ID
985001
Regression
No
Physics object gets stuck when sliding up a curved mesh collider at a high speed with no friction
Steps to reproduce:
1. Open user's attached project
2. Open and play scene "bug"
3. Observe that the cube sliding along one of the meshes gets stuck for a brief moment
Expected result: Cube does not get stuck on the mesh colliders
Actual result: Cube only gets stuck while sliding on the ramp which is combined from two meshes
Reproduced with: 5.6.5f1, 2017.1.2p4, 2017.2.1p1, 2017.3.0p1, 2018.1.0b1
Note:
- After some testing it seems that the cube can get stuck on the single mesh as well
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
- “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
Resolution Note:
The behaviour can be significantly improved by tuning the Default Contact Offset in Physics Settings. In the repro case project, this is set to 0.01. Increasing it to 0.02 gives a much better result.