-
Notifications
You must be signed in to change notification settings - Fork 10
Setup VS2022
Valk edited this page Oct 1, 2024
·
17 revisions
- Install Visual Studio 2022
- Install the Godot Support Extension
- In Godot
Editor > Editor Settings, search for "external editor",Dotnet > Editor, setExternal EditortoVisual Studio - Click on any script in Godot to open the Godot project in VS2022
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