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…
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.
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.