We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 07b3cc7 + 7860bc8 commit 3f4c152Copy full SHA for 3f4c152
modules/mono/glue/GodotSharp/GodotSharp/Core/Bridge/ScriptManagerBridge.cs
@@ -355,17 +355,6 @@ static void LookupScriptForClass(Type type)
355
}
356
357
358
-
359
- // This method may be called before initialization.
360
- if (NativeFuncs.godotsharp_dotnet_module_is_initialized().ToBool() && Engine.IsEditorHint())
361
- {
362
- if (_pathTypeBiMap.Paths.Count > 0)
363
364
- string[] scriptPaths = _pathTypeBiMap.Paths.ToArray();
365
- using godot_packed_string_array scriptPathsNative = Marshaling.ConvertSystemArrayToNativePackedStringArray(scriptPaths);
366
- NativeFuncs.godotsharp_internal_editor_file_system_update_files(scriptPathsNative);
367
- }
368
369
370
371
[UnmanagedCallersOnly]
0 commit comments