유니티 프로젝트에 GooglePlayGameServices(GPGS)를 연동하기 위해 Plugin최신 버전을 연동하고 간단한 로그인 코드를 작성후 빌드를 해보았는데 다음과 같은 크래쉬가 발생 했다.
현상 )Social.localUser.Authenticate 함수를 호출 -> 크래쉬
원인1)Import>GPGS Package>Resolution Failed Error
해결)Android SDK(GooglePlayService) Revision Update
https://github.com/playgameservices/play-games-plugin-for-unity/issues/2116
원인2)Build System>Gradle
해결)Build System>Internal
빌드 시스템에 대한 내용은 나중에 다루어야 겠다.