Execution Order
The State Machine component is executed before all normal components with an execution order of -1 and automatically enters the entry state on Start.
Trigger Execution Order
When triggering a transition on a state machine, the state machine processes the following operations in the given order:
Exit origin state
Enter transition
Exit transiton
Enter target state
Last updated