Search Issue Tracker
By Design
Votes
0
Found in
2020.3
2020.3.25f1
2021.3
2022.1
2022.2
Issue ID
1425816
Regression
No
Articulation Body colliders intersect without colliding when using non-fixed articulation
How to reproduce:
1. Open the user's attached project
2. Open scene Test Scene
3. Press the Play button and observe the three TestSetup GameObjects
Expected result: all three TestSetup GameObjects show colliding cubes without intersection
Actual result: "TestSetup - NonFixed Articulation" cubes intersect with each other without colliding
Reproducible with: 2020.3.34f1, 2021.3.3f1, 2022.1.1f1, 2022.2.0a14
Could not test with: 2019.4.39f1 (Articulation Body not available)
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
- Test Runner’s vertical scrollbar overlaps with the up and down arrows and upper toolbar tabs when the window is minimized
- The Input Field view is not updated when deleting lines of text
- The scrollbar does not respect empty lines in the Input Field
- “Texture Atlas Viewer“ button text overlaps another button when the UI Toolkit Debugger is narrowed
- Thresholds are no longer automatically calculated after deleting Motion fields in Blendtrees
Resolution Note:
In the provided project, the cube that "falls through" actually gets forced through the other collider by its own ArticulationDrive settings. (The Damping is set to a large value and Target Velocity is set to 2) This ends up forcing the collider to reach some velocity, overriding the pushback it gets from intersecting the other collider. You can witness this by opening the Physics Debugger on the latest Unity version and entering play mode step by step. When the bodies intersect you can see the pushback visualized in pink arrow gizmos. If you set Damping to 0, the cubes will collide and the top one will not fall through.