godotengine / godotengine/godot-csharp-visualstudio
[WIP] Hot Reload
Open
enhancement
- Dominant language
- C#
- Stars
- 276
- Forks
- 27
- PR merge metrics
- No merged PRs in 30d
Description
## [ .NET 6: Hot reload throws exceptions](https://github.com/godotengine/godot/issues/67719)
### .csproj:
```xml
Program
path to godot
```
### launchSettings.json:
```json
{
"profiles": {
"HotReloadTest": {
"commandName": "Project",
"commandLineArgs": "--path C:\\Projects\\HotReloadTest"
}
}
}
```
## [Add support for C# hot reloading](https://github.com/godotengine/godot-proposals/issues/7895#issuecomment-1737958710)
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.