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
- Crash on RaiseException when importing a specific asset
- Crash on RaiseException when opening a specific project
- DownloadHandlerScript.CompleteContent is called twice when building for WebGL
- Scene view has Y coordinates of the Screen Position node flipped when some of the URP features are disabled
- Volumetric fog shader variants are missing from build when "Strict Shader Variant Matching" is disabled
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.