About Transition IDs and Renaming Transitions

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.

How to Change the ID of a Transition

  1. 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.

Last updated