Hello,
I am trying to implement a state machine with custom animation, for the transition between states I define a Action variable, that is a string that defines what animation should be happening. My big question is how can I in the Action Graph know the animation as finished as to update the Action animation graph variable to Idle or something else?
Thanks