Virtual Reality: Unity with Oculus Rift


2016.11.18: created by

Unity の VR サポートについて

Unity 5.1 以降では VR headset が使える。 2015年の時点では Oculus Rift と Sumsung Gear VR (Oculusのソフトを使う)が直接サポートされている。 ソニーのPlaystation Morpheus もサポートがアナウンスされている。

"Main Camera" のような標準のCameraコンポーネントを使って、 "Player Settings" で "Virtual Reality Supported" をenabled にしてビルドすれば、 ステレオカメラの視界(View)でHMDに表示する。

Unityが直接サポートしていないデバイスについても、プラグインが提供されていることがある。 また、サポートしているデバイスでも、独自のプラグインが提供されている場合もある。

GearComapny
ViveSteam Valve
CardboardGoogle
Oculus RiftOculus https://developer.oculus.com/documentation/game-engines/latest/concepts/unity-intro/

MeMyselfEye プレファブを作る。

  1. Unityを起動する。
  2. File -> Open Scene
  3. menu -> GameObject -> Create Empty
  4. オブエjクトの名前を MeMyselfEyeに変更する。
  5. Position を (0, 1.4, -1.5) に変更する。



http://nw.tsuda.ac.jp/