상세 컨텐츠

본문 제목

오큘러스 고 유니티에 세팅하기

Tech

by Enjoy Something 2019. 7. 5. 14:04

본문

OCULUS GO UNITY SETUP (QUICK START)

 

 

 

유니티 세팅 가이드

 

 

 

 

 

Unity 에서 오큘러스 고를 연동해보자.

 

 

 

안드로이드 스튜디오 설치 진행

 

http://www.oracle.com/technetwork/java/javase/downloads/jdk8-downloads-2133151.html

 

Java SE Development Kit 8 - Downloads

Java SE Development Kit 8 Downloads Thank you for downloading this release of the Java™ Platform, Standard Edition Development Kit (JDK™). The JDK is a development environment for building applications, applets, and components using the Java programming la

www.oracle.com

 

 

 

안드로이드 스튜디오 설치를 하고

 

SDK 버전별로 다 설치합니다

 

 

 

 

 

 

 

JAVA JDK 설치

 

PC 사양에 맞게 설치를 누릅니다.

 

 

 

 

 

 

 

 

PlayerSettings 에서 가상현실 설정을 해줍니다.

 

 

 

 

 

 

Virtual Reality Supported 클릭.

 

Other Settings 에서 안드로이드 버전도 맞게 선택해줍니다.

 

 

 

 

 

 

 

 

 

 

 

Oculus Go adb 드라이버를 설치해줍니다.

 

아래 링크로 들어갑니다.

 

 

 

https://developer.oculus.com/downloads/package/oculus-go-adb-drivers/

 

Oculus Go ADB Drivers | Developer Center | Oculus

Go ADB Drivers 2.0 This download contains the drivers required to use ADB with the Oculus Go. Version 2 adds support for MTP mode connections. For more information, review the Adb documentation.

developer.oculus.com

 

 

 

 

 

 

 

 

Oculus Utilities for Unity package 를 설치해줍니다.

 

다운로드 후 import.

 

 

 

 

https://developer.oculus.com/downloads/package/oculus-utilities-for-unity-5/

 

Oculus Utilities for Unity | Developer Center | Oculus

MobileA known bug in Unity causes a deterioration of performance in mobile applications when the back button is used to enter the Universal Menu and then to return to the application. It particularly affects applications that use multi-threading or which h

developer.oculus.com

 

 

 

 

 

 

 

ADB 드라이버를 설치해줍니다.

https://developer.oculus.com/downloads/package/oculus-go-adb-drivers/

 

다운로드를 하고 압축 해제 후, .inf 파일을 오른쪽 클릭해서 설치합니다.



Oculus Go 기기를 USB를 사용하여 컴퓨터와 연결한 후 HMD를 쓰고 USB 디버깅 허용창이 뜨면 컨트롤러로 눌러줘야 합니다.



PC에서관리자 권한으로 CMD창을 실행합니다.



adb start-server를 입력합니다.




adb install C:\Users\Administrator\Desktop\TestBuild\OculusGoBuild.apk 를 입력합니다.

 

 

이렇게 adb 세팅 끝.

 

 

 

 

 

 

 

컴퓨터에 오큘러스 고를 연결하고 나서 Build and Run 을 눌러줍니다.

 

안드로이드 폰으로 할 경우는 핸드폰 연결.

 

 

 

 

 

 

 

 

 

https://scriptable.com/blog/oculus-go-unity-setup-quick-start

 

Oculus Go Unity Setup (Quick Start)

In this tutorial I am going to show you how to setup your Unity development environment to create, build and install apps on the Oculus Go headset.

scriptable.com

 

 

 

 

 

 

apk 앱을 오큘러스 고에 사이드로드하는 방법

 

https://headjack.io/tutorial/sideload-install-app-apk-oculus-go-quest/

 

How to Sideload Apps on Oculus Go & Quest + FREE sideloading tool

This article explains three ways to install APKs on an Oculus Go / Quest, and also includes a FREE sideloader tool to make your life easier.

headjack.io

 

 

 

 

 

관련글 더보기

댓글 영역