ZMWSLI0-SL2021-GR11/Projekt/MWSProjekt/Library/PackageCache/com.unity.visualscripting@1.6.1/Documentation~/vs-creating-transition.md

30 lines
768 B
Markdown
Raw Permalink Normal View History

2021-07-05 21:20:56 +02:00
#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.