This commit is contained in:
zhangzheng
2025-12-16 17:21:46 +08:00
parent fb0d69cff9
commit 42161fa127
7 changed files with 13 additions and 7 deletions

View File

@@ -14,7 +14,7 @@ namespace Stary.Evo
public string[] PatchedAOTAssemblyList =
{
"System.Core.dll",
"System.Core.dll",
"UnityEngine.CoreModule.dll",
"mscorlib.dll",
"DOTween.dll",

View File

@@ -181,7 +181,6 @@ namespace Stary.Evo
{
await SceneManager.UnloadSceneAsync(_sceneName);
}
AppConfig.PackageDomainName = "";
}
}