Firstborn/Library/PackageCache/com.unity.visualscripting@1.../Documentation~/vs-script-graphs-intro.md
Schaken-Mods 9092858a58 updated to the latest editor
I updated everything to the latest Unity Editor. Also realized I had the wrong shaders on my hairs, those are fixed and the hairs look MUCH better!
2023-05-07 17:43:11 -05:00

20 lines
692 B
Markdown

# 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](vs-create-graph.md).
## Add and connect nodes
After you have a graph file, [add a node](vs-add-node-to-graph.md) or [connect nodes together](vs-creating-connections.md) to build logic.
## Create Subgraphs
Reuse logic with [Subgraphs](vs-nesting-add-subgraph.md).
## Debug your graphs
You can [use relations](vs-relations.md) to help you debug your scripts, or use Visual Scripting's [predictive debugging](vs-debugging.md) to help you catch problems.