LoginSignup
12
10

More than 5 years have passed since last update.

Unity+VuforiaがiPhone6+でクラッシュする

Posted at

症状

Unity4.5.4 & Xcode6.0.1の環境で、Vuforia(AR用アセット)を使ったプロジェクトをiPhone6+で実行しようとしたところ、アプリの起動途中にクラッシュする。

解決方法

Xcode上で、Info.plistにUIInterfaceOrientationキーを追加すると良いらしい。

参考: https://developer.vuforia.com/forum/unity-3-extension-technical-discussion/unity-454-and-vuforia-ios

スクリーンショット 2014-10-02 14.36.45.png

Info.plistをダブルクリックして表示したら、どのキーでもよいのでマウスオーバーすると、"+"と"-"ボタンが表示されるので"+"をクリック。

スクリーンショット 2014-10-02 14.38.07.png

キーの値に、UIInterfaceOrientationを入力する。

スクリーンショット 2014-10-02 14.37.43.png

あとは、右端にある上下の三角をクリックすると、選択できる項目が表示されるので、アプリにあったものを選択すれば、クラッシュしなくなる。

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