fix: 캐릭터 최초 생성 시에 발생하는 exception 처리
This commit is contained in:
@@ -121,7 +121,8 @@ namespace TON
|
||||
}
|
||||
else
|
||||
{
|
||||
Debug.LogError($"❌ Resources에서 JSON 파일을 찾을 s수 없음: {path}");
|
||||
Debug.LogError($"❌ Resources에서 JSON 파일을 찾을 수 없음: {path}");
|
||||
File.WriteAllText(persistentPath, "[]");
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -28,10 +28,6 @@ namespace TON
|
||||
|
||||
// TODO : GameDataModel.Singleton.Initalize();
|
||||
PlayerDataManager.Singleton.Initalize();
|
||||
PlayerDataManager.Singleton.SetCurrentUserData();
|
||||
|
||||
StageManager.Singleton.Initialize();
|
||||
SkillDataManager.Singleton.Initalize();
|
||||
|
||||
isIniaialized = true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user