- Home /
Animated sprites disappear when rotating
Animation + Sprite rotating problem!
Hello, I have a problem with Unity Animator/Animation with sprite.
I am trying to rotate sprite in animation, but at some degree it starting to disappear and appear repeatedly but only when object is rotating.
I have tried changing Euler Angles to Quaternion as they said in unity forums.
Don't know what to try next, or where to read more about this bug :/
Its like this problem: https://answers.unity.com/questions/1129862/animated-sprites-disappear-then-rotated-on-android.html
But anwser didn't work for me. I am using Animator to Animate. No code here. Just Sprite I try to rotate.
Good day.
Euler angles should work.. Are you sure you are rotating the correct axis?
$$anonymous$$ake sure you are rotating on the Z-Axis only other than that you might get some artifacts if you try rotating on X-Axis or Y-Axis.