Configuration
To get started with Unity Visual Scripting, you first need to make sure that all the assemblies are properly set up. This will allow you to use your all the supported features directly in the visual scripting environment. Here’s how to do it:
Navigating to the Settings
To begin, you’ll need to navigate to the Visual Scripting settings within Unity:
Go to the Edit menu and select Project Settings.
In the settings window, find and select the Visual Scripting section.
tap on Initialize Visual Scripting

Enabling the Assemblies
Once you’re in the Visual Scripting settings, follow these steps:
Under the Node Library section, there is the Assemblies list.
Tap the + button

add the following assemblies
Newtonsoft.Json
Unity.AI.Navigation

After enabling the assemblies, click Regenerate Nodes. This will refresh the available nodes in the Graph Explorer, making them accessible for use in visual scripts.

Last updated