So I have an animation that "teleports" the player to a different location. After the animation finishes, the player's head snaps to the right (because the player is facing this direction when the animation is triggered). How can I make the last frame of my animation into my new rotation values so the transition from animation to player control is seamless?
I didn't find the right solution from the internet.