Can't seem to add visual studio for c# to Godot 4.4

Godot Version

4.4

Question

I know that 4.3 had the option under editor/editor settings/dotnet to add visual studio as an editor. However I don’t see the option in 4.4. Does anyone know how to get this setup for visual studio 2022?

1 Like

Enable show advanced settings and you’ll see it. I don’t know why they moved it tbh.

1 Like

@tibaverus Thank you so much for that. It’s simple, but I feel like I never would have found it!

If you have problems finding settings in the future, you can search/filter the settings at the top of the settings window (this also implicitly searches ‘advanced’).

Most settings are also documented in the official documentation: C# basics — Godot Engine (stable) documentation in English

Although in this case it actually doesn’t mention that you need to activate ‘advanced’.

Thanks so much for the help @pmoosi ! Greatly appreciated!