Search Issue Tracker
Fixed in 2021.1.X
Fixed in 2019.4.X, 2020.1.X, 2020.2.X
Votes
0
Found in
2017.4.0f1
2018.4.0f1
2019.1.0a1
2019.1.2f1
2019.2.0a1
2019.3.0a1
Issue ID
1154942
Regression
No
Anchor and ConnectedAnchor Gizmos are shown in incorrect position when "Swap Bodies" in "Configurable Joint" is active
How to reproduce:
1. Open attached project "PhysicsTestProject.zip" and scene "SampleScene"
2. Enter Play mode
3. In Scene view, observe anchor gizmos
Expected result: the gizmos are drawn in the middle of "HAND" object
Actual result: the gizmos do not take into account "Swap Bodies" value in "Configurable Joint", therefore, are always drawn in the same position
Reproducible with: 2017.4.27f1, 2018.4.1f1, 2019.1.4f1, 2019.2.0b3, 2019.3.0a3
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
- Crash on AudioMixer::GetFMODChannelGroup when entering Play Mode in a specific project
- Prefabs with "Flags" enum properties result in "IndexOutOfRangeException" when trying to commit/revert
- The Camera first person mode in Cameras overlay is greyed out and not clickable when the Editor is restarted with the Game View focused
- Scene View doesn't select the Canvas when it's clicked with the View Tool
- Transform fields are impossible to edit when Inspector window is resized
Resolution Note (fix version 2021.1):
The swapBodies feature is behaving as designed. The swap occurs in the physics internals between two PhysX actors and axes of the rigidbodies in the joint. The calculation order of the rigidbodies influences the physics when swapBodies is enabled or disabled. The anchor Gizmos do not change in this swap. There is no visual change in the scene view when this field is toggled.
The documentation for 2021.1.0a1 has been modified to better explain this.
Resolution Note (fix version 2020.1):
The swapBodies feature is behaving as designed. The documentation will be modified to better explain this
Resolution Note (fix version 2019.4):
The swapBodies feature is behaving as designed. The documentation will be modified to better explain this