Hello!
I have been using the AnimationStateMachine inside of the AnimationTree Node a lot lately and I have made a little thing based on a tutorial where I use the .travel() method to switch animations inside the AnimationStateMachine, which has been working great.
What is the syntax though for accessing animations that are in an AnimationStateMachine inside my Root AnimationStatemachine?
i would like to play the animation Idle_02 inside the Idle AnimationStatemachine
doing .travel(“Idle/Idle_02”) does not work, nor does just doing “Idle_02”
Thank you

