I’m trying to setup a state machine for a few animations to play in order. For the sake of a cleaner workflow, I’ve split them out into different states for each animation.
However I would prefer not to create some new logic for every state. Is there a way to set a state so that once it finishes playing that animation it proceeds to the next state? Something like ‘force finish’ or something.