Add reloadable flag to gdextension file#110
Conversation
adds the reloadable flag to the .gdextension file for quickly getting started and having the extension be reloadable almost from the get-go
Ivorforce
left a comment
There was a problem hiding this comment.
Should probably test that this works, but LGTM
|
Hi all! What is the reason for this to default to |
|
The inclusion in the template is intended as an example, so folks know it's there and can easily change it. Using Also, there's a godot-cpp option that needs to be enable for reload to work, although it's currently enabled by default. And not all extensions are safe to be reloaded - in particular, if your extension includes an editor plugin, special care needs to be taken when reloading. |
adds the reloadable flag to the .gdextension file for quickly getting started and having the extension be reloadable almost from the get-go