About Visual Scripting
Use Visual Scripting to create logic for games or applications without hand-coded C# scripts. Visual Scripting uses visual, node-based graphs, which both programmers and non-programmers use to design final logic or create prototypes. Visual Scripting also has an API that programmers can use for more advanced tasks, or to create custom nodes for other team members.
Visual Scripting nodes can represent functions, operators, and variables. Connect these nodes from their ports with edges to design your logic visually.
Installation
Starting from Unity 2021 LTS onward, Visual Scripting is installed as a package in all new projects. For more information on packages, see the Packages section in the Unity User Manual. For earlier versions of Unity, Visual Scripting was available on the Asset Store, but that option has been deprecated.
Configure Visual Scripting
Note
To use Visual Scripting in a project for the first time, you must initialize it from the Editor's Project Settings window.
To get started with Visual Scripting, configure your project settings and configure your preferences.
Choose a control scheme
Learn about the common keyboard shortcuts and choose the control scheme that suits your needs.
Update Visual Scripting
Learn how to update Visual Scripting and create and restore backups.
System requirements
Visual Scripting has no external dependencies.