Save the current animation

Hello.
Is there a way to save the current animation of a game object in a variable in C#? Thanks for your reply!

Not really as there isn’t one current animation, multiple can be playing at once. You can record those settings or perhaps store the animation name as you play it.