Search Issue Tracker
By Design
Votes
0
Found in
2020.1
2020.1.0f1
2020.2
Issue ID
1265571
Regression
No
[Physics] Articulation Body Angle constraints stop working when disabled and reenabled
Reproduction steps:
1. Open attached project "Articulation.zip" and scene "Book"
2. Enter Play Mode
3. Press the 'Z' key twice
4. In Game View, observe 'Book' GameObject
Expected result: As the GameObject falls, the angle constraints remain
Actual result: As the GameObject falls, the angle constraints stop working
Reproducible with: 2020.1.3f1, 2020.2.0a20
Could not test with: 2018.4.26f1, 2019.4.8f1 (Articulation Body unavailable)
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
- Brush Size in the Inspector window does not update when the Brush Size in Scene View is changed
- "ArgumentOutOfRangeException" errors are thrown every time a keyboard key is pressed when renaming a component in UI Builder with a symbol and changing the name after label attribute warning
- Values in "Rect Transform" component are only partially updated when changing values in Prefab Mode
- Same Asset Type Focused Inspectors do not repaint when menus are manipulated
- Bool or Trigger Parameters can be selected via right clicking to the right of a Parameter control in the Animator Window
Resolution Note (2021.1.X):
This is expected behaviour, as enabling the body back makes the anchors and limits to be recalculated relative to the new pose. If maintaining angles is required, one can save the anchors before disabling a body and then set them back right after enabling. Make sure to disable "Match anchors" in this case.