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
- Brush Size in the Inspector window does not update when the Brush Size in Scene View is changed
- "ArgumentOutOfRangeException" errors are thrown every time a keyboard key is pressed when renaming a component in UI Builder with a symbol and changing the name after label attribute warning
- Values in "Rect Transform" component are only partially updated when changing values in Prefab Mode
- Same Asset Type Focused Inspectors do not repaint when menus are manipulated
- Bool or Trigger Parameters can be selected via right clicking to the right of a Parameter control in the Animator Window
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.