Getting started
Package Types
World Building
Scripting
Guidelines
Support
Visual Scripting - Getting Started
What Is Visual Scripting?
Do I Need To Be a Programmer?
Creating Your First Graph
Script Machine
component.On this new component click the New
button to create a new Script Graph asset.
Once you create the asset you can click Edit Graph
to open the Graph Editor. Here you can start creating a function by dragging a connection out of the On Update
node.
In the video below we create a Transform.Rotate(XYZ)
node. This will result in a script that causes whatever object it is placed on to rotate every frame.
Learn How To Program
If you have questions feel free to reach out to the Spatial community, or even the Unity community at large. VS is a standard Unity tool, so all the information you need is usually a Google search away.
Spatial Scripting Limitations
← Previous