diff --git a/MelonLoader/Core.cs b/MelonLoader/Core.cs index b2eb84c3..95e98b4e 100644 --- a/MelonLoader/Core.cs +++ b/MelonLoader/Core.cs @@ -47,11 +47,10 @@ internal static int Initialize() Assertions.LemonAssertMapping.Setup(); MelonUtils.Setup(AppDomain.CurrentDomain); + MelonAssemblyResolver.Setup(); BootstrapInterop.SetDefaultConsoleTitleWithGameName(UnityInformationHandler.GameName, UnityInformationHandler.GameVersion); - MelonAssemblyResolver.Setup(); - #if NET6_0_OR_GREATER if (LoaderConfig.Current.Loader.LaunchDebugger && MelonEnvironment.IsDotnetRuntime)