|
Hi there, I'm struggling to have proper texture quality for a 2D game. A picture's worth a thousand words : http://nerik.me/texture.png Looks perfect on the desktop, while when running on an iPad, gradients look very bad, as if the texture was in 16 bit instead of 24. I've tried using auto truecolor, 32 bit and 24 bit, always uncompressed, Point, Clamp, and this is applied to a 1024*768 quad, using the simple unlit shader found at Owlchemy Labs (http://owlchemylabs.com/content) I would be glad to take any advice, I'm really stuck here :) Thanks!
(comments are locked)
|
|
For anyone reading this, Alexey answered me on the forum: http://forum.unity3d.com/threads/111095-iOs-Bad-texture-quality-with-true-color-uncompressed-texture
(comments are locked)
|
|
Make sure that your pictures are either 64 px by 64 px, or 64 by 128, et cetera. Unity changes the size of the image if you don't...does that help? Nope. I've tried with a 1024 * 1024 texture (first using ToLarger for NPOT, then with a true 1024 * 1024 img), I still have the problem. Also using a psd file instead of a png doesn't help. :( But thanks for trying.
Nov 04 '11 at 05:55 PM
nerik
(comments are locked)
|
|
I was struggling with texture quality issues and GUITexture for a long time. Switching the format from PNG to TGA made a world of difference for me. The textures now show exactly as I was expecting them to.
(comments are locked)
|

have you tried using textures with power of two dimensions?
Not sure if you are having the same problem as I did, but if you are using this texture with some "GUI. " function, set it to GUI. It will increase greatly in memory but also in quality...