Search Issue Tracker
Fixed
Fixed in 2022.3.21f1, 2023.2.12f1, 2023.3.0b9
Votes
0
Found in
2021.3.32f1
Issue ID
UUM-57910
Regression
No
Inaccurate collision detections when Rigidbody Collision Detection is set to "Continuous" or "Continuous Dynamic"
Reproduction steps:
1. Open the attached “FalsePositiveCollision_Ramp.zip” project
2. Open the "FalsePositiveCollision_Ramp" Scene ( Assets > Tests > GameFeel )
3. Select the "GameFeel_Ball_GolfBall_Primative" prefab
4. Find the Rigidbody Component in the Inspector Window and set Collision Detection to "Continous" or "Continous Dynamic"
5. Enter the Play mode
6. Observe the movement of the prefabs
Expected results: All of the prefabs slide up the "Ramp" object
Actual results: Half of the prefabs fly off upwards
Reproducible with: 2021.3.32f
Couldn't test with: 2022.3.15f1, 2023.2.3f1, 2023.3.0a17 (Un-fixable compiler errors prevent reproduction)
Notes:
- Couldn't test on build due to compiler errors
- Expected results are seen when Collision Detection is set to "Discrete"
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Unnecessary modifications clutter the Scene when using a RectTransform driven by a LayoutGroup in a Prefab
- Files in the target folder are deleted without a proper warning when building an iOS project
- Character animation freezes when toggling animator on/off in a coroutine
- Certain textures are incorrectly marked in the render pass list when observed through Render Graph Viewer
- "Assertion failed on expression" error occurs when multiple Animation Components are instantiated after changing the Culling Type
Add comment