Search Issue Tracker
By Design
Duplicate in 2019.2.X
Votes
0
Found in
2019.1.0a12
2019.2.0b5
Issue ID
1160649
Regression
Yes
[Physics 2D] GameObject having attached Relative Joint moves away from the Connected Rigidbody
Relative joint breaks and is not behaving in the intended way, on running the scene GameObject having attached Relative Joint moves away from the Connected Rigidbody
Steps to Repro:
1. Open attached project
2. Open RelativeJoint2D_AngularOffset Scene
3. Hit play
Actual Result:
Relative joint breaks and the star GameObject moves away from the Connected Rigidbody
Expected Result:
Star GameObject maintains relative position with the Connected Rigidbody
Occurring with:
2019.3.0a5, 2019.2.0b5, 2019.1.4f1, 2019.1.0a12
Working with:
2019.1.0a11, 2018.3.13f1
Tested using:
Windows 10, Mac 10.14
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
- [CI/CD]Build cache not invalidated when building targets with different defines
- VFX Learning Templates contains an empty folder the HDRP_VFX_Learning_Templates Scene
- Crash on -[NSApplication endModalSession:] when changing code in a Code Editor, saving and clicking on the Unity Window with "Stop Playing and Recompile" selected
- “Install package from git URL” and “Install package by name” tab does not close when resizing undocked Package Manager window and gets pushed outside the window
- "EndLayoutGroup: BeginLayoutGroup must be called first." errors are thrown when creating a Tag with identical name and holding the enter keyboard button
Resolution Note:
When we fixed the Box2D bug (https://github.com/erincatto/Box2D/issues/487) we started seeing this issue in my test project (cut-down version of that attached here). The problem however is that the test project had a bug itself in that the items rotating have a very, very low rotational inertia. In many cases this won't be an issue but in this case it makes the test set-up very unstable. Because the rotating objects have low rotation inertia and are constantly changing a high-velocity rotating target they overshoot. The inertia needs to be at least an order of magnitude larger.