반응형
유니티 버전 : 2021.3.4f1 (LTS)
Visual studio 버전 : 2019 Community 16.11.15
Google Play Game Service 버전 : 0.10.12
The Android SDK path was not found. Please configure it in the Unity preferences window (under External Tools).
Unity Editor는 2021버전 이상, gpgs는 0.10.12 이하 버전을 쓰시는 분들에게 일어날 수 있는 문제입니다.
유니티에 gpgs를 이용한 로그인을 구현 중에 에러인데 Android SDK의 경로를 찾을 수 없다고 하니 찾을 수 있도록 도와줘야겠습니다.
다음 경로에 있는 GPGSUtil.cs 파일을 엽니다.
Asset\GooglePlayGames\Editor\GPGSUtil.cs
스크립트의 448 line 또는 GetAndroidSdkPath() 함수를 찾아갑니다.
UNITY_2020 뒤에 UNITY_2021을 추가합니다.
다음 글을 통해서 해결한 뒤 작성한 글입니다.
https://github.com/playgameservices/play-games-plugin-for-unity/issues/2947
반응형