たれぱんのびぼーろく

わたしの備忘録、生物学とプログラミングが多いかも

Oculus Quest推奨開発環境@2020-08-21

Unity

version: 2019.3

Oculusの推奨のうちlatestは2019.3

We recommend using one of the following versions: 2018.4 LTS or 2019.3.
docs

Setup

Unityでのセットアップ不要。Android ModulesでSDK, NDK, OpenJDKを自動インストールしておけばいい.

URP

対応したぽい?
2019.3にあげてURPを使いたいかもしれないが、現段階ではQuestでまともにURP使えない状態の模様.
Unity 2019.3.0f1(RC1) を試す(追記 12/07) | 趣味の伝道
Production-Ready Rendering for Oculus Quest in Unity 2019.3 - Unity Forum

Vulkan

対応したぽい?
未対応
Unity Integration | 開発者センター | Oculus

Configs

  • Build Settings
    • Texture Compression: ASTC
    • Run Device: Oculus Quest (need USB connection)
  • Project Settings
    • XR Plugin Management
      • ☑ Install XR Plugin Management
      • Android tab
        • ☑ Oculus
    • Quality
      • Texture Quality: Full Res
      • Anisotropic Textures: Per Texture
      • Realtime Reflections Probes: ON ☑
      • Billboards Face Camera: ON ☑
      • (Soft Particles : OFF ☐) (not seen in URP)
      • (Pixel Light Count) (not seen in URP)
      • (Anti Aliasing: 4x) (not seen in URP)
    • Other Settings
      • Rendering
        • Color Space: Linear (for realistic view)
        • Auto Graphics API: OFF ☐
        • Graphics APIs
          • OpenGL ES 3.0 + Vulkan (experimental phase, highly recommend as 2nd choice)
        • Multithreaded Rendering: ON ☑
        • Low Overhead Mode: ON ☑ (in production)
      • Identification
        • Minimum API Level: >= Android 6.0 Marshmallow (API level 23)
        • Target API Level: Automatic (highest installed)
      • Configuration
        • Install Location: Automatic