Visual Scripting Missing (CS0234)

Error message

Assets/Synty/SidekickCharacters/Scripts/Editor/ModularCharacterWindow.cs(25,13): 
error CS0234: The type or namespace name 'VisualScripting' does not exist in the namespace 'Unity'
(are you missing an assembly reference?)

What’s causing this

Sidekick relies on Unity Visual Scripting package for the character creator.


Fix: Install Visual Scripting

  1. Open Window → Package Manager

  2. Set the package source to Unity Registry

  3. Search for Visual Scripting

  4. Install the package

  5. Let Unity recompile the project

Once installed, the error should disappear automatically.

Last updated