- Home /
SpriteRenderer becomes invisible when rotated using animation and built for android unity 5.3.1
hi guys I'm using unity 5.3.1
every time i try to rotate a spriteRenderer from animation it always becomes invisible when rotating, everything seems fine in editor and pc build, but when built to android it becomes invisible
nothing is wrong with the sorting order, cause i tried making a new project with just sprite renderer with rotating animation and it's still like that, i also tried it on my friend's pc and still the same issue
any solution?
Have you found a workaround/fix? I just encountered this in the current version(5.3.2).
Answer by GamingBob · Feb 21, 2016 at 09:57 AM
http://answers.unity3d.com/questions/1129862/animated-sprites-disappear-then-rotated-on-android.html
This thread has a fix. I set Interpolation to Euler Angles (Quaternion Approximation) to fix it.
Your answer
Follow this Question
Related Questions
How to animate a sprite mask? 0 Answers
Need help with tool animations!! 1 Answer
Can I make animations snap to a frame? 1 Answer
Can Unity 4.6 UI System be used for physics based gameplay? 1 Answer