1
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

Unity 5.6 で SteamVR を使うとコントローラが表示されない問題の対処法

Posted at

#はじめに

Unity 5.6 で SteamVR Plugin を動作させると VR 空間上にハンドコントローラが表示されないので対処方法をメモしておく。

#手順

##SteamVR Plugin を導入する
まず、ヒエラルキー上にカメラがある場合は インスペクタのチェックボックスを外してOFFっておく。
SteamVR Plugin の Prefabs から [CameraRig] をヒエラルキーにドロップする。今までならこれで実行すれば VR 空間上にコントローラが表示されていた。

1.png

実行したところヘッドマウントディスプレイを動かすとカメラの向きは変わるものの、コントローラは表示されない。
2.png

##対処方法
プロジェクトの検索窓に「Pose」と検索すると「SteamVR_UpdatePoses」というスクリプトが見つかるのでこれをヒエラルキーにある「Camera (eye)」にアタッチする。これで実行するとコントローラも表示されるようになる。
3.png

1
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
1
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?