Oculus Software 다운로드

 

  1. 오큘러스 계정 생성 : https://secure.oculus.com/my/profile/
  2. Quest 2 PC/Android/IOS app 설치 : https://www.meta.com/kr/ko/quest/setup/
Oculus에서 개발자 모드 설정
 

Device Setup | Oculus Developers

 

developer.oculus.com

 

PC와 Oculus Quest2 연결

 

  • Oculus 앱 > Devices > Add Headset > Oculus Quest2
  • USB 케이블로 연결
    • “Allow USB debugging” > OK
    • “Allow access to Data”  > Deny
    • “Enable Oculus Link” > Enable
  • Oculus 앱 > Settings > General> OpenXR Runtime > click Set Oculus as active
  • Oculus 앱 > Settings > General > Enable Unknown Sources
  • Oculus 앱 > Library > Updates > download any updates
소지한 컴퓨터의 GPU 성능 확인
 

Requirements to use Meta Quest Link

 

www.meta.com

 

컴퓨터 그래픽 설정 변경

 

  • 윈도우 키  > 그래픽 설정 > “데스크톱 앱"
    • c:\Program Files\Oculus\Support\oculus-runtime\ 을 선택하고
    • OVRRedir.exe
    • OVRServiceLauncher.exe
    • OVRServer_x64.exe
    • 위의 세 가지를 모두 '고성능'으로 저장
Unity에서 프로젝트 생성 후 셋업

 

  • 3D (URP)로 프로젝트 생성
  • (Oculus XR Plugin, XR Pluggin Management, XR Interection Toolkit) 설치
  • Project Settings > Player > Active Input Handling>  “Both”
  • Project Settings  > XR Plugin Management > pc와 Android에서 Oculus 선택
  • Project Settings > Preset Manager 에서 Right와 Left로 XRI Default Left/Right Controller 추가
  • 하이어라키에 XR Origin (VR) 생성
💡'3D 컴퓨터 그래픽에서 최종적으로 화면에 출력하는 픽셀의 색을 정해주는 함수'
💡'그래픽 데이터의 음영과 색상을 계산하여 다양한 재질을 표현하는 방법'
유니티 엔진에서는 '쉐이더(Shader)', 언리얼 엔진에서는 '메터리얼(Material)'

+ Recent posts