Upgrade to Pro — share decks privately, control downloads, hide ads and more …

UnityでOculuQuest入門

 UnityでOculuQuest入門

福岡XR部で開催したOculus(Quest)制作入門&もくもく会で話した資料です。

イベントページ
https://fukuoka-xr-club.connpass.com/event/134980/

Keizo Nagamine

June 29, 2019
Tweet

More Decks by Keizo Nagamine

Other Decks in Technology

Transcript

  1. Unityのバージョン ▪ 2017.4.11 LTS ~(2017.4.1f1が最低) ▪ 2018.4 LTS 系 ▪

    2019.1 系 ←はじめての人におススメ 7 Compatibility and Version Requirements https://developer.oculus.com/documentation/unity/latest/concepts/unity-req/
  2. Unityのプロジェクト設定 ▪ プロジェクト作成 ▪ (AndroidSDK確認) ▪ Build Settings ▫ PlatformをAndroidに変更

    ▫ Texture CompressionをASTCに変更 ▪ Player Stettings ▫ Other Settings ▫ Graphics APIsからVulkanを削除 ▫ Package Nameを独自のものに変更 ▫ Minumum API Levelを19以上に変更 ▫ XR Settings ▫ Virtual Reality Supportedをオン ▫ Virtual Reality SDKsにOculusを追加 14
  3. ビルドして実機で確認 ▪ Build SettingsのScenes In Buildにビルドに含 めるシーンを追加 ▪ Build And

    Run ▪ インストールしたアプリは ライブラリ>提供元不明のアプリに入る 15
  4. Sample Framework ▪ Core ▫ 再利用可能な様々な機能のプレハブ等のアセット群 ▪ Usage ▫ Coreの使い方を示すサンプル群

    24 ドキュメント https://developer.oculus.com/documentation/unity/latest/concepts/unity-sample-framework/
  5. 手の表現・物を掴む ▪ CustomController ▫ シンプルなコントローラー表示 ▪ CustomHands ▫ 手のモデルを表示 ▪

    AvatarGrab ▫ 手で物を掴めるアバター表示 ▪ DistanceGrab ▫ 遠くにあるものを掴むアバター表示 25
  6. CREDITS Special thanks to all the people who made and

    released these awesome resources for free: ▪ Presentation template by SlidesCarnival ▪ Photographs by Unsplash 37