Search Unity

App icon distorted and pixelated?

Discussion in 'iOS and tvOS' started by Ricks, Jan 13, 2015.

  1. Ricks

    Ricks

    Joined:
    Jun 17, 2010
    Posts:
    650
    I tried out the automatic icon resizer from Unity, but the result in the Xcode project is unacceptable. It's like the worst way of scaling down is used, meaning like it just cuts out pixels from random places. Accordingly it looks. I tried "TrueColor", and tried "GUI Texture" or "Sprite" or "Texture", but to no avail.

    Is there a specific setting to fix that, other than scaling all icons manually? Besides it doesn't look that bad on Android...
     
  2. Lab618

    Lab618

    Joined:
    Jan 12, 2015
    Posts:
    36
    Hello,

    If you use Photoshop, this might be useful. http://appicontemplate.com/ios8

    You only have to design your biggest icon on a smart layer and the file will preview it at all the right sizes, then once you're happy with it a set of actions export it at all the required sizes.

    Hope this helps.

    Steve
     
  3. snlehton

    snlehton

    Joined:
    Jun 11, 2010
    Posts:
    99
    Hi,

    We just released a tool you guys might find useful. It can generate all the icons you need (currently Standalone, iOS and Android out of the box) and it also happens to support App Icon Template directly without any need for export scripts.

    http://forum.unity3d.com/threads/released-draconus-icon-manager-build-icons-made-easy.291276/
    https://www.assetstore.unity3d.com/#/content/27669

    I'd be really happy to hear any feedback you might have - especially how to make it even better.

    Cheers,
    Sampsa
     
  4. snlehton

    snlehton

    Joined:
    Jun 11, 2010
    Posts:
    99
  5. KrisBendix

    KrisBendix

    Joined:
    May 26, 2015
    Posts:
    15
    Could be that you need 192x192 for original image. I had distortion when I didn't have native resolution. Exported in proper 192 and works for me.