타이틀 ui 수정 및 캐릭터 선택 화면 추가

This commit is contained in:
aube.lee
2025-01-28 22:00:00 +09:00
parent e665360833
commit fa08e676e5
23 changed files with 2476 additions and 6 deletions

View File

@@ -21,6 +21,12 @@ namespace TON
UIManager.Show<IngameUI>(UIList.IngameUI);
UIManager.Show<ControllerUI>(UIList.ControllerUI);
string selectedCharacter = PlayerPrefs.GetString("SelectedCharacter", "DefaultCharacter");
Debug.Log("선택된 캐릭터: " + selectedCharacter);
// 선택된 캐릭터에 맞는 오브젝트를 생성하거나 적용하는 코드 작성
}
public override IEnumerator OnEnd()
{