-
Notifications
You must be signed in to change notification settings - Fork 8
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. I personally like using the following themes: Aqua, Astolfo, Coconut, Echidna, Mioda Ibuki Dark and Satsuki Light.
If you are running into an annoying problem with VS2022, have a look at this.
- In VS2022, 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 ''
- Set a breakpoint somewhere where you want the code to pause
- Click the green arrow "Profile 1" to launch the game with debugging enabled