유니티에서 구글 플레이 서비스 연동을 구현 하는 경우, 아래와 같은 메시지가 유니티의 콘솔창에 뜨는 경우가 있다.
(*세부내용)
Google.JarResolver.ResolutionException: Cannot find candidate artifact for com.google.android.gms:play-services-games:9+ at Google.JarResolver.PlayServicesSupport.DependOn (System.String group, System.String artifact, System.String version) [0x00000] in <filename unknown>:0 at GooglePlayGames.Editor.GPGSDependencies.RegisterDependencies () [0x00000] in C:\workspaces\unity\RunningFriends\Assets\GooglePlayGames\Editor\GPGSDependencies.cs:57 at GooglePlayGames.Editor.GPGSDependencies..cctor () [0x00028] in C:\workspaces\unity\RunningFriends\Assets\GooglePlayGames\Editor\GPGSDependencies.cs:49 UnityEditor.EditorAssemblies:SetLoadedEditorAssemblies(Assembly[]) |
이경우에
- 아래의 위치로 가서 Android SDK 위치를 확인한다.
- Menu -> Edit -> Preferences -> External Tools -> Android -> SDK
2. 위 사항이 모두 정상적으로 존재하는 경우 SDK Manager 를 실행하여 'Android Support Repository' 와 'Google Repository', 'Google Play Services' 를 업데이트 해준다.
'unity' 카테고리의 다른 글
3D 모델에 실시간 그림자 영향이 필요 없는 경우 (ex. 손에 든 총모델) (1) | 2016.06.08 |
---|---|
[링크] 카메라 설정 관련 참조 (0) | 2016.05.29 |
iTween (0) | 2015.12.21 |
Character Controller 의 속성 (0) | 2015.12.06 |
반드시 필요한 컴포넌트의 삭제를 방지하는 법 (0) | 2015.12.03 |