The animations inside the Animator are transform animations.
those are the steps I’m doing:
1.disable Animator component on the GameObject.
2.edit Transform values such as position and scale.
3.enable back the Animator component.
GameObject’s scale is reset when Animator is enabled. If I skip step 3, scale is remain as I wish. Position is remain regardless the Animator enable.
NOTICE that it is not that I’m playing the animation, but only enable the Animator. this reset the scale of the GameObject. Is there any solution for it?
Thank you for your time