-
Notifications
You must be signed in to change notification settings - Fork 9
Setup VS2022
Valk edited this page Oct 12, 2024
·
11 revisions
- Install Visual Studio 2022
- In Godot
Editor > Editor Settings
- Search for "external editor"
- Go to
Dotnet > Editor
and setExternal Editor
toVisual Studio
- Click on any script in the game engine
I recommend installing the Doki Theme. There are so many good color themes here, don't let the previews on their page throw you off.
If you are running into an annoying problem with VS2022, have a look at this.
- Navigate to
Debug > Template Debug Properties
- Delete the only profile there
- Create a new "Executable" profile
- Set the executable path to where Godot_v4.3-stable_mono_win64.exe is located
- Set the working directory to '.' without the ''
- Click the green arrow "Profile 1" to launch the game with debugging enabled