8
7

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.

Unity5+CardBoardSDKでVR実装する場合のヒント

Posted at

Unity5+CardBoardSDKでVR実装する記事を読んでいく中で、躓いたポイントのみ記載します。他に見つかり次第、追記予定です。

#VR化する
CardBoardMain.Prefabをシーン階層に追加すると、ユーザの目線として機能する。

#Canvas表示
Render ModeをWorld Spaceにする

#単眼VR
単眼VRにするには、CardBoardMainのVR Mode Enabledのチェックを外す。
スクリプトから変更するには、
Cardboard.SDK.VRModeEnabled = false;

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

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?