본문 바로가기

에러 해결법5

[Unity]social.report score leaderboard not found Start()에 PlayGamesPlatform.Activate(); 코드 삽입을 까먹지 않았나 확인합니다. 2024. 10. 6.
[Unity]WARNING:We recommend using a newer Android Gradle plugin to use compileSdk = 34 maven { // url (unityProjectPath + "/Packages/com.google.play.games/Editor/m2repository") // Assets/GooglePlayGames/com.google.play.games/Editor/GooglePlayGamesPluginDependencies.xml:11 url (unityProjectPath + "/Assets/GooglePlayGames/com.google.play.games/Editor/m2repository") // Assets/GooglePlayGames/com.google.play.games/Editor/GooglePlayGamesPluginDependencies.xml:11} 기존 코드(주석 처리된 부분).. 2024. 10. 5.
[Unity] AndroidJavaException: java.lang.ClassNotFoundException: com.google.android.gms.games.PlayGames 1. 아래 스크린샷 따라해보기 proguard configuration-keep class com.google.android.gms.games.PlayGames { *; }-keep class com.google.android.gms.games.leaderboard.** { *; }-keep class com.google.android.gms.games.snapshot.** { *; }-keep class com.google.android.gms.games.achievement.** { *; }-keep class com.google.android.gms.games.event.** { *; }-keep class com.google.android.gms.games.stats.** { *; }-keep c.. 2024. 10. 4.
유니티 에디터 설치 오류 Install failed: Validation Failed 해결방법 아쉽게도 이 문제가 발생하는 원인은 여전히 알지못하지만 아래의 소개하는 방법을 통해 해결할수있었다해결방법 요약Unity Hub에서 에디터 설치하지 말고 https://unity.com/releases/editor/archive에서 수동 설치하면 된다상세 해결방법1. Unity Hub가 설치되어 있는 상태에서 https://unity.com/releases/editor/archive클릭2. 원하는 에디터 버전의 "Unity Editor 64-bit" 클릭(클릭하면 바로 자동 다운로드 진행됨)3. 다운로드 완료된 셋업파일 실행4. 에디터 파일 설치위치 기억해 놓자5. Locate 클릭 후 아까 기억한 에디터 파일의 설치위치의 unity.exe 파일을 선택해 주면 된다 2023. 11. 24.
우분투 hdmi포트 인식불량 해결법 drivers autoinstallsudo reboot 이후에 해결되지않으면 삭제후 재설치를 시도해본다(나는 이 방법으로 해결되었다)sudo apt-get purge nvidia-*sudo ubuntu-drivers autoinstallsudo reboot 2023. 7. 27.