Hey guys! I have been struggling with pausing an animation for the past couple days. I imported the animation and am using Legacy Animation Type. I read a bunch of threads suggesting to use
GetComponent().enabled = false;
GetComponent().enabled = true;
While this does freeze the animation, when it is toggled back to true the animation skips ahead the amount of time it was paused for.
All ideas are welcome!