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
Open Window → Package Manager
Set the package source to Unity Registry
Search for Visual Scripting
Install the package
Let Unity recompile the project
Once installed, the error should disappear automatically.
Last updated