As far as I know , the animation is play once per Update.
How can I make it play once per FixedUpdate? So that I can control them through Time.timeScale
As far as I know , the animation is play once per Update.
How can I make it play once per FixedUpdate? So that I can control them through Time.timeScale
FixedUpdate is for physics and isn’t related to animation. Time.timeScale affects everything anyway, including animations.