Finalize 4.7.0 release, cleanups

This commit is contained in:
Sinai
2022-04-12 02:36:12 +10:00
parent b56960dba2
commit 8a4d418ffb
5 changed files with 17 additions and 19 deletions

View File

@ -41,16 +41,16 @@ namespace UnityExplorer
Directory.CreateDirectory(ExplorerFolder);
ConfigManager.Init(Loader.ConfigHandler);
UERuntimeHelper.Init();
ExplorerBehaviour.Setup();
UnityCrashPrevention.Init();
Universe.Init(ConfigManager.Startup_Delay_Time.Value, LateInit, Log, new()
{
Disable_EventSystem_Override = ConfigManager.Disable_EventSystem_Override.Value,
Force_Unlock_Mouse = ConfigManager.Force_Unlock_Mouse.Value,
Unhollowed_Modules_Folder = loader.UnhollowedModulesFolder
});
UERuntimeHelper.Init();
ExplorerBehaviour.Setup();
UnityCrashPrevention.Init();
}
// Do a delayed setup so that objects aren't destroyed instantly.