에러 해결법
[Unity]WARNING:We recommend using a newer Android Gradle plugin to use compileSdk = 34
블로그별명
2024. 10. 5. 18:38
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
}
기존 코드(주석 처리된 부분)를 새 코드(주석처리된 코드 아래 코드)로 바꿔주세요
출처: