|
I'm having a problem getting images not to look fuzzy on both iPad and Web. The same images look great on Win and Mac. Does anyone know what could be going wrong?
Sprites are stored in a image that is 256x256 with these settings:
The shader for the image uses these settings:
I've got an orthographic camera set up to display 1024x768:
In PlayerSettings for iOS I have the following settings:
I have a feeling that I'm missing something simple. Anyone see what it is?
(comments are locked)
|
|
From my experience, iOS projects seem to default to using the lowest quality setting level that's defined, and the standard one will use half resolution textures unless you edit it, or force a different quality level to be used.
(comments are locked)
|
|
I figured it out. To help anyone else with the problem, I've attached screens of what worked for me. It turns out it was my image import settings. I suspect some of these settings aren't ideal for MB size, but they're a good place to start. These settings gave me nice clean graphics on PC, Mac, Web, and iPad. I've not tested it on other platforms yet:
(comments are locked)
|






When you go to Edit - Project Settings - Quality are they all set to the same level of quality?
Thank you for the tip! I didn't realize there was a setting there.
The problem was with my image settings. The fix below made quality on iPad, iPhone, Android, and Web look great. This is how I fixed it: Texture Type: Advanced, Mip Maps: Off, Format: Automatic Truecolor