fix: 화면 전환 구조 일부 수정

This commit is contained in:
aube.lee
2025-03-03 16:24:45 +09:00
parent c7343e9d11
commit f36bd05685
2 changed files with 3 additions and 1 deletions

View File

@@ -76,6 +76,8 @@ namespace TON
{
UIManager.Show<LoadingUI>(UIList.LoadingUI);
yield return new WaitForSeconds(2f);
isSceneChangeProgress = true;
// 기존에 불러두었던 씬 컨트롤러(Scene Base)가 있다면, OnEnd를 호출해주고 삭제한다.