https://github.com/playgameservices/play-games-plugin-for-unity
GitHub - playgameservices/play-games-plugin-for-unity: Google Play Games plugin for Unity
Google Play Games plugin for Unity. Contribute to playgameservices/play-games-plugin-for-unity development by creating an account on GitHub.
github.com
Social.ReportProgress(GPGSIds.achievement_welcome, 100f, null);


단계별 업적이 체크돼있지 않아 두 번째 인수(진행도) 에 100f 미만의 값을 넣으면 아무 반응도 없다
using GooglePlayGames;
PlayGamesPlatform.Instance.IncrementAchievement(GPGSIds.achievement, 1, null);
1회 실행

15회 실행

30회 실행


설명서에는 진행도가 있는 업적의 경우 정확도를 위해 Social.ReportProgress 사용을 권하지 않는다
'Unity > 수업 내용' 카테고리의 다른 글
| [Unity2020.3, socket.io] 채팅 구현하기 #1 InputField 세팅 (0) | 2022.01.06 |
|---|---|
| Play 게임에 들어가서 업적 초기화 (0) | 2021.12.09 |
| Unity3D엔진에서 투사체 충돌처리 방법의 비교분석 (0) | 2021.12.07 |
| keytool -list -v -keystore ./user.keystore 오류 (0) | 2021.12.02 |
| apk대신 aab (Android App Bundle) 를 사용하는 이유 (0) | 2021.12.01 |