- [Core] fix crash issue when opening multiple instances.

This commit is contained in:
Razmoth
2024-01-04 15:54:41 +04:00
parent b306965e9f
commit bd5f53afc6
3 changed files with 13 additions and 4 deletions

View File

@@ -39,8 +39,8 @@ namespace AssetStudio.CLI
}
Studio.Game = game;
Logger.LogVerbose = o.Verbose;
Logger.Default = new ConsoleLogger();
Logger.LogVerbose = o.Verbose;
Logger.FileLogging = Settings.Default.enableFileLogging;
AssetsHelper.Minimal = Settings.Default.minimalAssetMap;
AssetsHelper.SetUnityVersion(o.UnityVersion);