895 B
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.