-
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",Dotnet > Editor
, setExternal Editor
toVisual Studio
- Click on any script in Godot to open the Godot project in VS2022
If you run into problems try opening the solution file before opening a script in the game engine.
Fixes to common problems encountered 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 ''
- Click the green arrow "Profile 1" to launch the game with debugging enabled