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

895 B

Developing application logic using Script Graphs

Note

For versions 2019/2020 LTS, download the Visual Scripting package from the Unity Asset Store.

Use Script Graphs to create interactions and logic in your project.

Create a graph file

Create a graph file to get started. For more information, see Creating a new graph file.

Add and connect nodes

Once you have a graph file, add a node or connect nodes together to start building logic.

Create Subgraphs

Reuse logic by adding a Subgraph to a Script Graph.

Debug your graphs

You can use relations to help you debug your scripts, or use Visual Scripting's predictive debugging to help you catch problems.