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
- Reflection Probe “Probe Scene Editing Mode:” text is barely visible
- [HDRP] Game view doesn’t refresh after changing Camera Background Type until mouse moves over it
- Some Shaders appear twice in Material Shader selection menu
- Editor freezes with a StackOverflowException when certain asset types are assigned to a managed component in a SubScene via AddComponentObject
- Scale Snapping with Gizmos does not work in the Scene view when Snapping and Absolute Grid Snapping are toggled off
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.