Icons for different devices

Hi,

What’s the best way to provide 3 types of icons (normal, retina, iPad)?
I noticed in Unity 3 beta you can only choose a 72x72 and a 57x57 icon. So where do I setup the 114x114 icon?
It’s fine if I have to do it in xcode (even if it means changing the Info.plist file each time). I don’t have a retina-device yet (new iPod touch is ordered though), so I want to make sure I do this right.

Thanks!

the 114x114 is setup in xcode, by providing the corresponding @2x icon and the corresponding plist entry that contains all icons.

there is a thread on this here

Dremora: Beta 7 now includes the retina icon in the player settings :slight_smile:

Ow, that’s nice. I guess I’ll upgrade then.

BTW, can I have an iPad icon even if the game is “iphone only”? I want the icon to look nice even when the game doesn’t (yet) :slight_smile:
I think it’s possible in xcode by changing the Info.plist file, but not sure if it can be done while setting the icons from within Unity. Anyone know?

Yes, you can have an iPad icon :slight_smile: