> For the complete documentation index, see [llms.txt](https://docs.fullscreen.no/info/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.fullscreen.no/info/standalone-assets/herobridge-standalone/troubleshooting/visual-scripting-missing-cs0234.md).

# Visual Scripting Missing (CS0234)

#### Error message

```cs
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.
