Search Issue Tracker
By Design
Votes
0
Found in
2020.1
2020.2
2021.1
2021.1.0a10
Issue ID
1299574
Regression
No
[Physics] Articulation Body values are reset to initial values when the GameObject/Component was disabled and reenabled
How to reproduce:
1. Open the user's attached "Physics_Bugs" project
2. Open the "AB_ValuesNotRestoredAfterReenabling" Scene
3. In the Hierarchy select the "Sphere" GameObject
4. Enter the Play Mode
5. Disable and after a while reenable the Articulation Body Component
Expected results: The velocity Y value (and all other values) should be cached and restored after the Component is reenabled
Actual results: All previous values are lost and upon enabling the Component, default values are set
Reproducible with: 2020.1.0a15, 2020.1.17f1, 2020.2.0f1, 2021.1.0a10
Could not test with: 2018.4.30f1, 2019.4.17f1, 2020.1.0a14 because the Articulation Body Component was not yet introduced
Notes:
- The issue is reproducible when either the Component or the GameObject itself is disabled and reenabled
- The expected results can be seen when disabling/reenabling a GameObject with Rigidbody
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
- Articulation Body with 'Revolute' Joint Type has erratic behavior when Upper Limit is set to above 360
- WebGL Player fails to render Scene when Terrain with Detail Mesh is added and WebGPU Graphics API is used
- Inconsistent errors are logged when different types are passed into the Query "Q<>" method in UIToolkit and the ancestor VisualElement is null
- Crash on GetMaterialPropertyByIndex when opening a specific Scene
- Discrepancies in the styling are present when using a TSS file instead of a USS file in custom EditorWindow
Resolution Note:
ArticulationBody doesn't keep a copy of the physics engine state as it can be rather expensive doing so, this is currently by design. A possible workaround is for the user code to save only the subset of required parameters manually.