There was an error while loading. Please reload this page.
1 parent 28b46ca commit 607252dCopy full SHA for 607252d
1 file changed
modules/godot/nodes/ecs_world.cpp
@@ -342,6 +342,7 @@ void WorldECS::_notification(int p_what) {
342
}
343
#endif
344
345
+ ScriptEcs::get_singleton()->register_runtime_scripts();
346
add_to_group("_world_ecs");
347
if (Engine::get_singleton()->is_editor_hint() == false) {
348
active_world();
0 commit comments