Camera child to animated object does not work
Hello! I got very strange problem. I have got a camera which parent is animated object. So,here is the problem, i'll try to explain it in three situations: 1) In Editor play-mode, this camera work perfect, without any errors 2) In PC-compiled game without any errors too: camera perfectly moves under parent object But(!) 3) When I running Android-compiled game (apk on my Nexus 5), i got a blue screen and nothing else. Camera is pure, without any image-effects, all mistakes that could be are missing. Help me, please, solve that problem Thank you
Answer by Luqman-Asif · Mar 14, 2016 at 07:49 AM
Solution: In Unity 5.3, For each Camera or Game object having animation using rotation, right-click on the rotation property that you have key-framed in the animation window, and change the interpolation mode to "Quaternion" or "Euler angles (Quaternion approximations)" instead of default mode "Euler angles".
Your answer
Follow this Question
Related Questions
Problem with Samsung Galaxy Note 8 1 Answer
Apk on android does not start. Reason: Animator | Не запускается Apk на андройд. Причина: Animator 0 Answers
Animator not working on android (script generated animation clip) 0 Answers
Fancy camera animation but still follower player? 0 Answers
Parented camera to Headbone of my model but dont want it to be affected by it's Z rotation 0 Answers