LoginSignup
2
1

More than 3 years have passed since last update.

Oculus Quest 開発入門 2020.1

Last updated at Posted at 2021-01-14

Oculus Quest 2 入門

環境

・Unity 2020.2.0f
・XR Plugin Framework
・windows10 pro
・VisualStudio 2019 free

資料

公式以外にはこのへんが役に立つ。Oculus Developer Hubは便利なので必須インストール。

Oculus Quest 2 入門
Unity + Oculus Quest 2 開発メモ(framesynthesis)

Oculus Developer Hub
XR Interaction Toolkit

サンプル

サンプルXR-Interaction-Toolkit-Examples

git clone https://github.com/Unity-Technologies/XR-Interaction-Toolkit-Examples.git

課題

(1) XR Interaction Toolkitはpreview版のためかコントローラーが正しく制御できない。

[解決]
Input Action Manager.csを有効にして、「XRI Default Input Actions」をセットする

image.png

(2) WorldInteractionDemoのXRRigDemo
XRRigDemoに変更する。
これでベジェ曲線ビームや回転などの移動ができる。
image.png

2
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
2
1