Search Issue Tracker
Fixed
Fixed in 2020.3.43f1, 2021.3.16f1, 2022.1.24f1, 2022.2.0f1, 2023.1.0a1
Votes
0
Found in
2019.4.39f1
2020.3.34f1
2021.3.2f1
2022.1.1f1
2022.2.0a13
Issue ID
UUM-3486
Regression
No
Playables lose the Animator state when disabling a GameObject with Playables attached to an Animator
Reproduction steps:
1. Open the user's attached project "PlayableAnimatorResetRepro.zip"
2. Enter Play mode
3. Toggle the checkbox under "Repro 1" a few times
4. Adjust the weight of the "WeightedCube" GameObject to be above 0.5 with the slider under "Repro 2"
5. Toggle the checkbox under "Repro 2" until the cube no longer moves backward
6. Try to adjust the weight again
Expected result: When togging the "Repro 1" checkbox, the 1st cube remains in place; the 2nd cube moves when adjusting weight at step 6
Actual result: When togging the "Repro 1" checkbox, the 1st cube moves to the right; the 2nd cube does not move when adjusting weight at step 6
Reproducible with: 2019.4.39f1, 2020.3.34f1, 2021.3.2f1, 2022.1.1f1, 2022.2.0a13
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
- [macOS] Project fails to load when Virtual Artifacts are Corrupted
- Long scheduler times on main thread when using InstantiateAsync with a singular massive Prefab
- The project hangs upon opening it when importing the "discrete_rank2_vector_v2_0.onnx" file
- Opening the Look Dev hangs the Editor when the window is opened for the first time in the project or after deleting the Library folder
- Look Dev has blurry icons on 4k monitors
Resolution Note:
AnimationOutputPlayables now reverts to default values every time the corresponding animator is disabled. To keep the default values when disabling the animator, the Animator.keepAnimatorStateOnDisable flag can be set to true.