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.
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)
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?