Search Issue Tracker
By Design
Votes
1
Found in
5.5.0f3
Issue ID
878157
Regression
No
An object touching multiple Colliders in a compound Rigidbody causes strange spring force
Steps to reproduce:
1. Open the attached project (Bewildering Defiance of Physics.zip)
2. Open the Assets/Box Scene.unity scene
3. Press play and use the left and right arrow keys to move a box over a rigidbody that is held up by two spring joints, and is made up of a few box colliders
4. You should see the springy object will rise up when the yellow box is contacting multiple colliders on the springy object
Expected result: Springy object should not rise up
Actual result: Springy object rise up
Reproduced with: 5.3.7p4, 5.4.4p3, 5.5.0f3, 5.5.1f1, 5.5.1p4, 5.6.0b9
Comments (1)
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
- Required SpriteMask class (ID 331) is stripped when "Strip Engine Code" is enabled
- “Maximized serialized file backup not found” error is thrown when minimizing a window in a newly opened project
- Build stack trace contains invalid lines when building with IL2CPP using scripts with delegates containing generic types in the signature
- Entities Systems window has a “Show Full Player Loop” dropdown which does nothing when clicked after enabling “Show Full Player Loop”
- Entities Hierarchy Search “Show/Hide” button’s Lens Icon is blurry when the Editor is on an external monitor
SnickersDaBunny
Apr 04, 2017 18:15
I am having a similar issue in my kart racing game. When the player kart with a rigidbody runs over a compound rigidbody collider, the physics causes it to shoot off into space at specific points. Checking this with the new Physics debug mode confirms that the colliders are correct, and that the physics is simply magical. This bug has been happening since 5.5 for me and is severely impacting the development of my project.