I have a script that lets me play an AnimationClip on a certain Animator (using the Playables API)
BUT if I play one clip on the Animator, then have another script play an animation through the same Animator and then go back to the first script and try to play that animation again it doesn’t work. Is there a way to “reset” the Animator so the first one can play again?