- Home /
Images with gradient poorly managed by Unity
Hello, I'm currently creating a 2D game on Unity and I have a problem with images with gradients or transparency. Here for example, the beginning of one of my levels before importing it in Unity (PNG-8) : http://i.stack.imgur.com/kFH47.png
Here when the image is imported into Unity: http://i.stack.imgur.com/qI3Qr.png
We can see that the gradation is very poorly managed by Unity. What are the ways to fix this problem ?
Comment
Answer by MadDevil · Sep 30, 2015 at 09:27 AM
set the texture import settings as follows
texture type : Editor GUI
max size : 2048 (or whatever is the max size of your texture)
format : true color
Note that enabling Format : True Color could increase by 4 times the size of the texture.