Refactored .Net Glue to ship Redot versions of Nuget packages

This commit is contained in:
Kitsune4295
2025-07-21 20:08:55 -05:00
parent 502a4d18f7
commit 032dc7946a
49 changed files with 119 additions and 94 deletions

View File

@@ -1081,7 +1081,7 @@ void CSharpLanguage::_editor_init_callback() {
const void **interop_funcs = godotsharp::get_editor_interop_funcs(interop_funcs_size);
Object *editor_plugin_obj = GDMono::get_singleton()->get_plugin_callbacks().LoadToolsAssemblyCallback(
GodotSharpDirs::get_data_editor_tools_dir().path_join("GodotTools.dll").utf16().get_data(),
GodotSharpDirs::get_data_editor_tools_dir().path_join("RedotTools.dll").utf16().get_data(),
interop_funcs, interop_funcs_size);
CRASH_COND(editor_plugin_obj == nullptr);