mirror of
https://github.com/godotengine/godot.git
synced 2025-03-13 23:41:08 +08:00
Merge pull request #38943 from neikeq/yakamashi
Mono/C#: Don't try to load project assembly in project manager
This commit is contained in:
commit
07ada02cb4
@ -424,6 +424,9 @@ void GDMono::initialize_load_assemblies() {
|
|||||||
CRASH_COND_MSG(!tool_assemblies_loaded, "Mono: Failed to load '" TOOLS_ASM_NAME "' assemblies.");
|
CRASH_COND_MSG(!tool_assemblies_loaded, "Mono: Failed to load '" TOOLS_ASM_NAME "' assemblies.");
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
if (Main::is_project_manager())
|
||||||
|
return;
|
||||||
|
|
||||||
// Load the project's main assembly. This doesn't necessarily need to succeed.
|
// Load the project's main assembly. This doesn't necessarily need to succeed.
|
||||||
// The game may not be using .NET at all, or if the project does use .NET and
|
// The game may not be using .NET at all, or if the project does use .NET and
|
||||||
// we're running in the editor, it may just happen to be it wasn't built yet.
|
// we're running in the editor, it may just happen to be it wasn't built yet.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user