Animation State Machines: Enter from any State?

No solution? Am I really supposed to draw a hundred transition arrows just to get a properly implemented falling state?.. And then draw a hundred more for the next “interrupting” state?

I am beginning to think I’m better off, if I just forget about state machines and write some code that sets a couple of bools and enums to be used directly in the anim graph with blend-nodes.

1 Like