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
- IL2CPP Player crashes when there aren't enough Thread Static Slots
- Articulation Body tree changes behavior after attaching a trigger Collider
- Fatal freeze when playing a VFX made with VFX Graph and consisting many effects
- "Failed to download Build.data.br file" error is thrown when building projects for WebGL with the Compression Format set to "Brotli"
- Documentation Link does not work when the "New Panel Settings" question mark is clicked
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.