Move to specific animation/state in AnimationTree

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By IvanVoirol

Hi, I’d like to reset my character’s animation (to one of my own chosing depending on the scene) when loading a new scene, but I can’t find a way to do it.
I’m using an AnimationTree in state machine mode, and it seems like the only way to select an animation is to travel to it, but what i need in certain times, is to travel to a certain animation instantly, without triggering the animations in between.
How can it be done?