야로레 노트

구글 VR 세팅 본문

프로그래밍/VR

구글 VR 세팅

야로레 2017. 3. 2. 23:21

Performance Optimizations & Settings

The project was optimized for specific settings shown below. Please feel free
to experiment with other setings.

Player Settings

Inside the Unity Project use the toolbar to go to Go to:
Edit -> Project Settings -> Player

Inside Resolution and Presentation select the following settings:

  • Default Orientation: Landscape Left.
  • Use 32-bit Display Buffer: Disabled.

Inside Other Settings are the following:

  • Rendering Path: Legacy Vertex Lit.
  • Multithreaded Rendering: Enabled.
  • Static Batching: Enabled.
  • Dynamic Batching: Enabled.

Quality Settings

Inside the Unity Project use the toolbar to go to Go to:
Edit -> Project Settings -> Quality

  • Anti Aliasing: 2x Multi Sampling.
  • Soft Particles: Disabled.
  • Realtime Reflection Probes: Disabled.
  • Shadows: Disable Shadows.


'프로그래밍 > VR' 카테고리의 다른 글

오큘러스 스토어에 검수 딜레이  (0) 2016.12.19
구글 픽셀폰  (0) 2016.12.17
구글 데이드림 뷰  (2) 2016.12.17
Ximmerse 컨트롤러  (0) 2016.10.28
Finch 컨트롤러  (0) 2016.10.28
Comments