Archived
Private
Public Access
1
0
This repository has been archived on 2026-02-04. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
ProjectBackup/Unity/Testproject/Library/PackageCache/com.unity.visualscripting@1.6.1/Documentation~/vs-creating-transition.md
2022-11-12 13:10:03 +01:00

30 lines
768 B
Markdown

#Creating a Transition
States can be connected through transitions, which determines the order in which the states are run.
To create a transition:
1. Right-click the source state and select **Make Transition**.
2. Do one of the following:
- Click on the destination state.
![](images/vs-make-transition-click-destination-state.png)
- End the transition at an empty space in the graph to create a new state automatically.
![](images/vs-make-transition-end-on-empty-space.png)
![](images/vs-make-transition-arrow-to-empty-space.png)
- **Ctr-click** (or **Cmd-click** on Mac) on the source node and drag to create a transition.
![](images/vs-make-transition-ctrl-click-on-destination.png)
3.