This commit is contained in:
2025-11-13 08:57:19 +08:00
parent 430fc90ade
commit ab52ac7611
15 changed files with 55 additions and 3265 deletions

View File

@@ -32,7 +32,8 @@ namespace Tuan.GameScripts.Main
async UniTask LoadSceneTest()
{
PatchEvent.ClosePatchWindow();
await GameSceneManager.Inst.LoadSceneAsync("Test");
LoadingWindow loadingWindow = await UIManager.Inst.ShowUIAsync<LoadingWindow>("LoadSceneTest",MainUICanvas.Inst.Medium);
await SceneLoader.Inst.LoadSceneAsync("Test", loadingWindow);
}
}
}