[WIP] Hot Reload
GeorgeS2019 opened this issue · 0 comments
GeorgeS2019 commented
.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"
}
}
}