1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-06 12:20:30 +00:00

Merge pull request #80284 from dsnopek/gdextension-hot-reload

Implement reloading of GDExtensions
This commit is contained in:
Rémi Verschelde
2023-09-26 08:17:28 +02:00
16 changed files with 805 additions and 89 deletions

View File

@@ -1605,6 +1605,7 @@ Error Main::setup(const char *execpath, int argc, char *argv[], bool p_second_ph
#ifdef TOOLS_ENABLED
if (editor) {
Engine::get_singleton()->set_editor_hint(true);
Engine::get_singleton()->set_extension_reloading_enabled(true);
}
#endif