- Home /
sprite quality decreases in Android
I have sprite with a simple gradient shade. When I change the build target to Android, it severely reduces the quality of the image and the gradient is no longer smooth. Any idea why this happens? or how to fix it?
Answer by hav_ngs_ru · Dec 13, 2014 at 09:00 AM
what import settings has your image? what compression type in default and android settings?
Your question lead to the fix. I changed the import setting to Truecolor and it looks good now.
Yarp. Be careful of resorting to True Colour as a fix, on Android. SO$$anonymous$$E compression should be possible!
Your answer
Follow this Question
Related Questions
Why doesn't a Sprite Renderer with a Mobile/Diffuse shader work on Android? 1 Answer
I can't change the sprite using the Touch class 0 Answers
Weird sprite artifacts while running on Android 4.0.1 1 Answer
Black sprites and blinking animations - Android 1 Answer
Using GUI buttons to move a sprite (C#) 2 Answers