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/Landmass Generation/Library/PackageCache/com.unity.visualscripting@1.7.6/Documentation~/vs-creating-state-node.md
2022-11-12 13:10:03 +01:00

13 lines
585 B
Markdown

# Creating a State Unit node
State Nodes are similar to [Subgraphs](vs-subgraphs.md), however for state graphs rather than for script graphs; you can nest a whole state graph into a single node in a parent script graph.
To create a state node:
1. Do one of the following:
- Select **Nesting** **> State Node** 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.