diff --git a/editor/editor_node.cpp b/editor/editor_node.cpp index 57709ca0a05e..55487f7896b3 100644 --- a/editor/editor_node.cpp +++ b/editor/editor_node.cpp @@ -679,6 +679,8 @@ void EditorNode::_notification(int p_what) { } break; case NOTIFICATION_EXIT_TREE: { + singleton->active_plugins.clear(); + if (progress_dialog) { progress_dialog->queue_free(); }