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
- [macOS] Editor window is not restored to previous position when launching the Editor and mouse cursor is on a different screen
- [Usability] Warning message in an Adaptive Probe Volume Component is not informative enough when Realtime Global Illumination is enabled
- Inspector for Adaptive Probe Volumes is not repainted when toggling Realtime Global Illumination setting in the Lighting Window
- Surface Inputs are not rendering when using the custom BaseShaderGUI
- Reflection Problem custom Cubemap loses its reference when HDR is enabled and the platform is switched
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.