[!NOTE] For versions 2019/2020 LTS, download the Visual Scripting package from the Unity Asset Store.
Nodes are the most basic element of computation in visual scripting. Nodes display the required information as text, but editing is done via the Inspector. To edit them, select any node and edit its properties in the Inspector.
The This node returns the game object that owns the machine in which the graph runs.
Control nodes branch, loop and merge the flow.
Time nodes include timer, cooldown and wait nodes.
Scripting nodes listen for events. They are the starting point for all scripts and appear as special green nodes in graphs.
These nodes get, set, and check variables.
Nodes that deal with the nulls, a.k.a. “nothing” value.
Formula evaluates logical and mathematical expressions directly via a textual Formula and match with multiple arguments.