Skip to content

VS2022 Setup

Valk edited this page Feb 3, 2023 · 2 revisions

Setup VS2022 to work with Godot C#

  1. Make sure you have the latest installation of VS2022 Community Edition
  2. Set Godot > Editor > Editor Settings > Mono > Editor > External Editor to Visual Studio
  3. To get debugging working with Godot, go to VS2022 > Debug > Sankari Debug Options > Create a new profile > Executable then set the Executable path to Godot executable and set the Working Directory path to the projects root directory
  4. Place a debug point and press F5 in VS to start debugging

ℹ️ VSCode can alterinatively be used but it requires more setup and debugging is very tedious