godotengine/godot-csharp-visualstudio

[WIP] Hot Reload

GeorgeS2019 opened this issue · 0 comments

.NET 6: Hot reload throws exceptions

.csproj:

<PropertyGroup>
    <StartAction>Program</StartAction>
    <StartProgram>path to godot</StartProgram>
  </PropertyGroup>

launchSettings.json:

{
  "profiles": {
    "HotReloadTest": {
      "commandName": "Project",
      "commandLineArgs": "--path C:\\Projects\\HotReloadTest"
    }
  }
}

Add support for C# hot reloading