GodotSharp
GodotSharp copied to clipboard
Assembly reloading
Assembly reloading is needed for several features to work. Here are some of them:
- Exported variables. The script properties need to be updated in the Inspector without restarting the editor.
- Tool scripts. Every time the assemblies are built, the editor must detect if a script is can be used in tool mode.
- Live script reloading. Pretty obvious.