본문 바로가기

분류 전체보기274

[Unity 오류 미해결] Scene 증발, binary파일 text화 갑자기 SafeMode가 뜨더니 나의 GameMain이 다음과 같이 변해있었다. 413A5559B3F47FCD8B45EDB538693E63 (int32_t ___0_value, const RuntimeMethod* method) ; // System.SByte System.Int32::System.IConvertible.ToSByte(System.IFormatProvider) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int8_t Int32_System_IConvertible_ToSByte_m41D047F0BAD5118F0C15C34DC113CC595BB9B00D (int32_t* __this, RuntimeObject* ___0_provider, const RuntimeMethod*.. 2023. 4. 24.
[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.
cmd 다른 드라이브로 주소 설정하기 같은 드라이브로 주소를 변경 : cd 주소 다른 드라이브로 주소 변경 : cd/(변경할 드라이브) 주소 본인의 경우 D드라이브로 변경하여 cd/d 주소를 입력하였다. 2023. 4. 18.
[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.