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
- [Quest] Pitch Shifter causes audio degradation on Quest 2 devices when sped up
- "GUI Error: Invalid GUILayout" and "NullReferenceException" are thrown when adding Scenes to "Scenes in Baking Set" in Adaptive Probe Volumes
- Inspector window not updating when switching GameObjects in Play Mode while having a VR headset connected
- "UnityException: GetName can only be called from the main thread." erors are thrown when the Shortcuts window is opened and entering Play Mode with a shortcut
- [Android] Light2D visuals stacking over frames when using RenderGraph
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.