Search Issue Tracker
By Design
Votes
3
Found in
2018.3.5f1
2018.3.6f1
2019.1.0a1
2019.2.0a1
Issue ID
1133052
Regression
No
Continuous speculative rigidbody getting stuck on mesh collider
Steps to reproduce:
1. Open original project "PhysicsBugReport.zip"
2. Open "MainScene" scene
3. Enter Play mode
4. Compare "Continiuos Speculative" detection mode to "Continues"
Expected result: Both Cubes slides through "tube" GameObject
Actual result: Cube with "Continiuos Speculative" gets stuck while sliding through "tube" GameObject
Reproduced in: 2018.3.9f1, 2019.1.0b8, 2019.2.0a9
Note: Could not test on an earlier version than 2018.3.5f1 because there was no "Continiuos Speculative" detection
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
- Articulation Body with 'Revolute' Joint Type has erratic behavior when Upper Limit is set to above 360
- WebGL Player fails to render Scene when Terrain with Detail Mesh is added and WebGPU Graphics API is used
- Inconsistent errors are logged when different types are passed into the Query "Q<>" method in UIToolkit and the ancestor VisualElement is null
- Crash on GetMaterialPropertyByIndex when opening a specific Scene
- Discrepancies in the styling are present when using a TSS file instead of a USS file in custom EditorWindow
Resolution Note:
Speculative CCD calculates predicted contacts rather than actual contacts. The tunnel constrains the motion of the projectile, which is moving too fast for the solver to solve perfectly.