LoginSignup
12
8

More than 5 years have passed since last update.

UnityでVRジェットコースターを爆速で作る方法

Last updated at Posted at 2016-07-02

こんにちは、この記事ではUnityでVRジェットコースターを作る手順を紹介します。

手順

  1. Switch Platform でiOSに変える。
  2. ジェットコースターのAssetをダウンロードする。($6)
  3. Dive_Plugin_2.1.5.unitypackage をインポートする。
  4. Cameraの子供にDive_Cameraを入れる

これでプロジェクトは完成です。

↓ ここからダウンロード

image

次は実際にVRを行うための準備です。

  1. Soyan VIRTUAL REALITY VR 3Dグラスメガネセットをポチる
  2. iOS用にビルドする。
  3. XcodeでBuildする。

しかしここでエラーが出る...

VRのAssetを使ってiOS用にビルドすると出るらしい。

image

解決策は2Step

  1. Build SettingsEnable BitcodeNoにする。

image

  1. GeneralLinked Frameworks and LibrariesSecurity.frameworkを追加する。

image

これで完成!

こんな感じの画面になります。

a.gif

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