Search Issue Tracker
Fixed in 2021.2.X
Fixed in 2020.3.X, 2021.1.X
Votes
0
Found in
2021.2.0a10
Issue ID
1325234
Regression
No
Articulation Body "Immovable" and "UseGravity" toggles do not work at runtime
Steps to reproduce:
1. Open new project
2. Add GameObject with ArticulationBody component to scene
3. Enter play mode
4. On the ArticulationBody toggle on "Immovable"
5. Observe object still falling
Alternatively
3. On the ArticulationBody toggle off "Use Gravity"
4. Enter play mode
5. Toggle on "Use Gravity"
6. Observe object not falling
Expected: If body is set to immovable at runtime, it should stop moving. Alternatively, if body is set to use gravity during runtime, it should start falling due to the effect of gravity
Actual: Neither Immovable or Gravity toggles on the Inspector work at runtime.
Reproduced in:
Version: 2021.2.0a10.1481
Revision: trunk f4de2e18f414
Built: Mon, 15 Mar 2021 00:58:40 GMT
2021.1.0f1, 2020.3.1f1, 2020.2.7f1, 2020.1.17f1.4949
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
- Color property '_BaseColor' missing
- Point Light source stops lighting when moved out of camera frustum in Player while having 2 directional lights in scene present, and a fog enabled by script
- Sky does not get rendered when 'CameraRelativeRendering' is disabled
- Dropdown UI elements have their Content misplaced when nested inside a Prefab containing a root object with a Canvas Component
- “'UnityMetaVertexPosition': implicit truncation of vector type" Shader warning when compilating URP ShaderGraph shaders
drastikx2
Jun 28, 2021 23:36
Using Unity 2021.1.9f1
When in Play mode, checking "immovable" causes editor crash.