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

16 lines
810 B
Markdown
Raw Permalink Normal View History

2021-07-05 21:20:56 +02:00
#Creating A Super Unit
Super Units are script graphs that are nested in a parent script graph as a single unit.
To create a blank super unit:
1. Right-click an empty space in your graph and choose **Add unit** > **Nesting** **> Super Unit**.
The super unit inspector works exactly like that of a machine; switch the source of the graph between embed and graph and convert as needed.
![](images/VS-SuperUNitCreastion.png)
1. Enter a title and summary to your super unit in the graph inspector.
![](/Users/bryanzako/Documents/Bolt/GitBolt/com.unity.bolt/Packages/com.unity.bolt/Documentation~/images/bolt-super-units2.png)
1. Click the Edit Graph button or double-click the unit to open the nested graph.
Navigate back up the path using the breadcrumbs at the top left of the graph window.