playtest-unity/playtest/Library/PackageCache/com.unity.visualscripting@1.../Documentation~/vs-script-graphs-intro.md

692 B

Develop application logic with Script Graphs

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 Create a new graph file.

Add and connect nodes

After you have a graph file, add a node or connect nodes together to build logic.

Create Subgraphs

Reuse logic with Subgraphs.

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.