You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This way we can override PluginScript::reload and remove the line ERR_FAIL_COND_V(!p_keep_state && _instances.size(), ERR_ALREADY_IN_USE); which is preventing the reload.
We could also simplify the logic in this method, and only call importlib.reload.
I have a tool script (created with export(tool=True)).
When I make changes to the script, and save, I get the following error:
I then have to restart the editor in order for my tool to update.
The text was updated successfully, but these errors were encountered: