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-state-unit.md
2022-11-12 13:10:03 +01:00

13 lines
583 B
Markdown

#Creating a state unit
State Units are similar to [super units](vs-super-units.md), however for state graphs rather than for script graphs; you can nest a whole state graph into a single unit in a parent script graph.
To create a state unit:
1. Do one of the following:
- Select **Nesting** **> State Unit** in the fuzzy finder.
**Double-click** the node or use the Edit Graph button from its inspector to open the nested graph.
- From a graph:
- Drag and drop the graph asset into your graph, or
- Select it from the Graphs category in the fuzzy finder.