Remove from any state some animation

The question is the following, can i manually remove some animations from the any state list…

up

No. The “Any State” node is meant to be able to transition from any state in a State Machine.You would either have to put extra conditions on a transition from the Any State node to prevent a given situation or avoid using it. Keep in mind that layers and substate machines have their own Any State node so you could use that to reduce the potential animations that could be triggered.

Cheers,

TrickyHandz

Unfortunately, that’s wrong, at least for sub state machines;
Any State transitions are layer-wide. They will fire on every sub state machine. The node is only shown on each Sub State Machine for convenience; the transitions actually fire no matter where you are.

1 Like

@DavidGeoffroy thanks so much for the clarification on that point.