GodotSharp icon indicating copy to clipboard operation
GodotSharp copied to clipboard

Assembly reloading

Open neikeq opened this issue 9 years ago • 0 comments

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.

neikeq avatar Aug 06 '16 20:08 neikeq