본문 바로가기
728x90

gpgs6

[GPGS 문제해결] Unity 프로젝트 android firebase cmd 오류 : V/FA Inactivity, disconnecting from the service, 만든 event 안들어옴 05-09 13:19:23.262 V/FA (21428): Inactivity, disconnecting from the service 라고 나오며 save_cloud, load_cloud 버튼을 눌러도 더 이상 진행되지 않음 구글링을 한 결과 모두 android studio에서 file에서 chches...를 refresh하면 간단히 해결된다는 글밖에 보지 못하였다. 팀원과 상의하다가 chatGPT에게 물어보았다. 이를 통해 AndroidManifest.xml파일에 문제가 있다는 것을 알게되었고, 위의 해결방법 이전에 해당 피일이 DISABLED 되어있어 우선 이를 해결해야했다. 처음에는 chatGPT에게 물어보았지만 , [문제해결1] Other Settings탭에 Manifest가 존재하지 않았고, .. 2023. 5. 9.
[문제 해결, GPGS] GPGS연동 중 빌드 에러, Starting a Gradle Daemon, 1 incompatible Daemon could not be reused, use --status for details UnityEngine.GUIUtility:ProcessEvent (int,intptr,bool&) firebase 연동하고 빌드하니 에러가 생김 [해결방법 ↓ 진한 글씨들] 에러 1. unity > Configure project :launcher WARNING: The option setting 'android.enableR8=false' is deprecated. It will be removed in version 5.0 of the Android Gradle plugin. You will no longer be able to disable R8 해당 오류는 사라짐 에러 2. Starting a Gradle Daemon, 1 incompatible and 4 stopped Daemons could not be reused, use --status for details 1) 경로에 한글 이름이 포.. 2023. 4. 27.
[GPGS] 프로젝트에 로그인 연동하기2 사용자 인증 정보 추가하기 앱 서명 키 인증서 SHA-1 인증서 지문 업로드 키 인증서 SHA-1 인증서 지문 저장해두기 Play 게임즈 서비스-설정 및 관리-설정-사용자 인증 정보 만들기 사용자 인증 정보 추가 OAuth 클라이언트 만들기 아까 저장해둔 앱 서명의 인증서 붙여넣기 패키지 이름 뒤에 공백 없게 하기 업로드 키도 동일하게 만들기 다시 인증 정보 추가화면 선택창이 아까와 같다면 새로고침 해보기 선택한 OAuth 클라이언트 ID를 Unity에 적용 *Setup하면 AndroidManifest이 초기화되어 다시 추가 version 0.0.3으로 다시 빌드 결과 cmd 업적 달성 2023. 4. 23.
[GPGS] 프로젝트에 로그인 연동하기1 ~현재 진행 상황 업적 만들기 Keystore Manager 만들기 연동 로그인 GitHub - playgameservices/play-games-plugin-for-unity: Google 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 의 Sign in 참고 GPGSMana.. 2023. 4. 23.
[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.
728x90