본문 바로가기
728x90

Unity/GooglePlay3

[GPGS] *** [Play Games Plugin 0.11.01] ERROR: Returning an error code. 04-18 15:36:46.986 28979 29006 W Unity : *** [Play Games Plugin 0.11.01] 04-18-23 15:36:46 +09:00 ERROR: Returning an error code. 04-18 15:36:47.012 28979 29006 I Unity : ProcessAuthentication: Canceled 결론부터 말하자면...아래 세 부분에서 Package Name이 같지 않아 발생한 문제였다. 처음 빌드했을 때는 Google Play 로그인이 되었고, 어느 순간부터 로그인이 되질 않았다. 구글링하면 비슷한 문제들이 많이 보였고, 여러 해결 방법도 많았다. 하지만 어떤 방법으로도 문제 해결이 불가능했고 해결 못했다는 사람들 또한 많았다. 아마 나와.. 2023. 4. 18.
[GPGS] Google Play Game Service 연동 문제 해결 \android\repositories.cfg could not be loaded. System.Threading.ThreadHelper.ThreadStart () 위의 주소에 다음과같은 파일을 만들어 넣으면 된다. 저장할 때 꼭 파일형식 모든 파일로! repositories.cfg ### User Sources for Android SDK Manager count = 0 2023. 4. 18.
GooglePlayGamesPlugin-0.11.01 failed error 해결 GooglePlayGamesPlugin-0.11.01 1. 프로젝트\Assets\GooglePlayGames\com.google.play.games\Editor 의 2. GooglePlayGamesPluginDependencies.xml 파일을 열어 3. repository 내부를 Assets/GooglePlayGames/com.google.play.games/Editor/m2repository 로 바꿔준다. https://3dmpengines.tistory.com/2184 com.google.games:gpgs-plugin-support:0.11.01 --> com.google.games:gpgs-plugin-support:+ com.google.games:gpgs-plugin-support:0.11... 2023. 4. 11.
728x90