Sprite does not appear in mobile with rotation animation?
I have a 2D mobile project. I have a sprite that I've animated in the Animation tab; all I'm doing is changing its rotation transform to make it flip or rotate.
Now, when I run this on my PC, I see the sprite and animation just fine. However, whenever I push it to my android device (I've tried on both a Nexus 4 and a Galaxy S5), the sprite doesn't appear at all.
What makes this extra weird, though, is that it only doesn't appear on the Android device when I animate by changing the transform ROTATION. If I change the transform POSITION, it shows and animates fine on the Android device
(Note, the camera's Z location is not the problem, and there are no other sprites behind or above the one in question; it's not the sorting layer)
If you're using $$anonymous$$ecanim, this has been answered here: http://answers.unity3d.com/questions/1131517/android-object-dissapears-when-animator-starts-pla.html#answer-1131643
I was seeing this on the iPhone 6s, and this fixed it for me, thanks.
Your answer
Follow this Question
Related Questions
MetaData and iOS Build is huge, sprites not loading correctly on iOS 1 Answer
Rotating part of animated rigged model 0 Answers
Sprite animation showing animation above it in spritesheet. 1 Answer
Unity and Android input touch? 1 Answer
How to detect the tilt angle of the mobile device on start? 0 Answers