About Transition IDs and Renaming Transitions
Last updated
Was this helpful?
Last updated
Was this helpful?
Each transition inside of a State Machine needs to have a unique ID assigned to it, which allows to identify it. You can use the ID to trigger a specific transition or to access it via code in your scripts.
Select the transition you want to assign a new ID to, by clicking on it in the State Machine Graph window. In the Inspector select the ID text field at the top and enter the ID you want to use.
Transition IDs need to be unique inside of a state machine.