State
Describes how to edit states.
- Right-click the position of the graph where you want to create a state.
- Select “Create State” in the menu.
- Input the name of the state and decide with the Enter key.

- Right-click the position of the graph where you want to create a resident state.
- Select “Create Resident State” in the menu.
- Input the name of the state and decide with the Enter key.

- Select the node you want to delete
- Select “Delete” from the right-click menu in the graph, or press the Delete key

- Click the gear icon or right click in the node header section.
- Select “Set Start State”.

You need to add a StateBehaviour in order for the state to work.
- Click the gear icon or right click in the node header section.
- Select “Add Behaviour”
- Select the StateBehaviour you want to add from the StateBehaviour selection menu.

For details on the selection menu, refer to Behaviour Select Window.
To insert StateBehaviour in an arbitrary position, add it from the “Insert Behaviour” button.
- Mouse over near the center of the separator between behaviors in the state.
- Click the displayed “Insert Behaviour” button.
- Select “Add Behaviour”
- Select the StateBehaviour you want to add from the StateBehaviour selection menu.

By dragging and dropping StateBehaviour, you can switch the order of behavior and move to another node.
- Drag the title bar of behaviour
- Drop to the other node on the same node or to another node

Hold Ctrl (Win) / Option (Mac) while dragging and dropping it to copy.
- Drag the title bar of behaviour
- Hold Ctrl (Win) / Option (Mac) and drop it to another position on the same node or to another node

- Click the gear icon or right click in the title bar.
- Select “Delete” from the menu

You can use the preset function of Unity.
(Compatible with Unity 2018.1 and later)
- Click the preset icon in the title bar of StateBehaviour
- Click the “Save current to…” button in the Select Preset window
- Save as.

- Click the preset icon in the title bar of StateBehaviour
- Select the preset you want to apply in the Select Preset window

- Drag the StateLink field in StateBehaviour
- Drop to the connected state

- Drag the StateLink field in StateBehaviour
- Drop on empty graph
- Select “NodeList Selection” from the menu
- Select the connection destination state in the node list

- Drag the StateLink field in StateBehaviour
- Drop at the position in the graph where you want to create the state
- Select “Create State” in the menu.
- Input the name of the state and decide with the Enter key.

- Right-click on the connection line you want to disconnect
- Select “Disconnect” from the menu

Click on the StateLink gear icon to display the setting window.

Item | Contens |
---|---|
Name | Name of StateLink. When inputting, the display name of the StateLink field is changed. |
Transition Timing | Setting of transition timing. |
Line Color | Connection line color |
Item | Contens |
---|---|
![]() |
Reserve to transition when LateUpdate. If the transition is already reserved in the same frame, overwrite it. |
![]() |
Transit instantaneously at transition call. If the transition is looping, there is a possibility of infinite looping, so use with caution. |
![]() |
Reserve to transition when LateUpdate. (Default) If the transition is already reserved within the same frame, do not overwrite it. |
For details on script customization, please see here