iPad icon blurry?

When I add my app icons through Unity (used to always do this in xcode until recently), the iPad icon is blurry on the device (and in the xcode project). I tried setting it to uncompressed but to no avail. It’s the correct size and all.

Any ideas? I’m probably overlooking something very simple here…

Im certainly no pro but, i did have a similar issue when i made a universal app

I was trying to use the same large (512x512) texture for both iphone and ipad images. Something about unity downsizing it made it look fuzzy.

I made an individual texture for each one that was the same size a the icon’s final device size and they both just seemed to work fine after that.

the final images on the device looked crystal clear after that.

Thanks, but my icon files are already at the right sizes for the devices, so that can’t be the problem…

Well did you use the icons set in your unity project? I heard if I remember they could be a problem with blury ness.

I always replace the icons in my xcode project and don’t go through unity.

Also there is 5 icons or so to set for a universal build (iphone + ipad)

CFBundleIconFiles as the array/dictionary

I set icon.png (the 57x57 icon) and icon@2x.png for the 144x144 icon

iPad is 72x72 if i believe…

I think the problem is you need to replace the icons in your folder where your xcode project is and not through unity…

There is also search icons as well!

iPad
72 x 72 pixels
This is the main icon for applications running on iPad.
Settings/Search results icon
iPhone/iPad
29 x 29 pixels
58 x 58 pixels (@2x)
Search results icon
iPad
50 x 50 pixels
Displayed in conjunction with search results on iPad.
  • Matt

the retina one is 114x114, as the @2x implies, not 144x144 :slight_smile:

@dreamora good call ! Heh 57x2 != 144 your right it’s 114x114

Anyways replace the icons in the folder not unity and let me know if it works! :wink:

I already tried that yesteray, but maybe I should have done a Build/Clean too. Thanks, I’ll you know how it goes!

It was a naming thing (Dreamora discovered this for me). Unity (beta 5) called the file Icon-iPad.png instead of Icon-72.png. Apparantly this used to be correct but was changed.

Is there still a naming issue for Unity iOS icons. Mine, tho all the right size, and set in the Player Settings, over ride iPhone, by hand, are loading blurry.

The blurriness leaves if you set the texture to GUI, TrueColor. However, depsite following with other posts my icons corner radius is off on my iPad 2. Errmmm.