LoginSignup
11

More than 5 years have passed since last update.

Unity5.3で回転アニメーションを設定すると、実機のみでオブジェクトが表示されない現象

Last updated at Posted at 2015-12-25

追記(2016/03/14)

本現象は5.3.3で修正されたようです。

検証バージョン

  • 5.3.0f4
  • 5.3.1f1

現象

バージョン5.3のUnity上で、
あるGameObjectに対して回転アニメーションを設定すると、
Unityのプレイヤー上では正常に表示されるが、
実機(iOS/Android)では表示されない現象が起こった。

対応策

以下のようにRotation InterpolationをEuler Angles (Quaternion Approximation)に設定すると、
実機でも正常に表示されるようになった。

スクリーンショット 2015-12-25 15.54.11(2).png

参考

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
11