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
- Crash on D3D12CommonShader::ApplyGpuProgram when attaching material which samples "_UnityFBInput0" to "Full Screen Pass Renderer Feature" Component
- SpeedTree meshes and objects count differs when comparing the numbers in the Player with the Editor
- Model and Prefab Preview icons are not updated after upgrading associated Materials to URP
- Game view is rendered white when viewing the Editor with HDR display and Post Proccesing is enabled on the Main Camera with 2D URP
- UI Builder doesn't update the style sheet when using "Extract inline style" right-click option
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.