[개인공부]/Unity
[Unity] Cloud저장 에러
별빛정원
2022. 11. 2. 11:45
300x250
NullReferenceException: Object reference not set to an instance of an object
at GPGSManager.<OpenSavedCloud>b__13_0 (GooglePlayGames.BasicApi.SavedGame.SavedGameRequestStatus status, GooglePlayGames.BasicApi.SavedGame.ISavedGameMetadata metaData) [0x00026] in <a9142a370e734de898e2f50617bb764f>:0
at GooglePlayGames.Android.AndroidSavedGameClient+<>c__DisplayClass16_1`2[T1,T2].<ToOnGameThread>b__1 () [0x00000] in <ca30eddfbbea4360b18cc3b64e4129d2>:0
at GooglePlayGames.OurUtils.PlayGamesHelperObject.Update () [0x0006a] in <ca30eddfbbea4360b18cc3b64e4129d2>:0
구글플레이콘솔 => Play 게임즈 서비스 => 설정 및 관리 => 설정 => 속성수정
저장된 게임 사용 안함을 사용으로 체크해주기.
해결
300x250