카드보드 SDK 다운로드


https://developers.google.com/vr/unity/get-started-android

 

안드로이드 SDK 설치

https://developer.android.com/studio/index.html


프로젝트 생성후 Import 방법
Assets -> Import Package -> Custom Pakcage 선택
다운받은 카드보드 SDK 내에 있는 GoogleVRForUnity.unitypackage 선택하여 import


프로젝트 빌드 방법
File -> Build Setting 선택
Android 플렛폼 선택후 좌측하단 'Switch Platform' 클릭

좌측 하단 Player Setting 클릭 -> Other Settings 탭에서 패키지 이름 설정 ex) com.example.VRUnityDemo
Minimum API Level은 최소 API19(킷켓) 으로 설정하면 됨(그 이상도 상관없음)
Resolution and Presentation 메뉴에서 Landscape Left 체크 후 Build하면 됨


+ Recent posts