Hi all,
I'm a bit stuck. I've attached a simple FSM with 2 states to my character.
1. Start/listener: Collider trigger event. Sends 'gotHit' event
[animStateListen.png]
2. gotHit: Plays animation & audio. Finish event returns to listener
[animStateGotHit.png]
The states are functioning properly. The problem is the animation doesn't play.
All help is greatly appreciated.