- Home /
96x96 pixel android launcher icon?
Is there a reason why I only see 72x72 pixel and 48x48 pixel as options showing in Unity build>player settings>android - for the launcher icons?
Shouldn't there also be 96x96 for the largest sized icon (xhdpi)? Whats up?
Does it matter what OS version/ARMv6/ARMv7 you build for?..
nobody? I cant find anything on google for this stuff!
you on unity basic or pro(android license as well, it might be pro)? that may be a key difference here. I only have max 72x72 on unity basic.
@flamy thanks for the clarification. @$$anonymous$$DReptile where did you see 96x96?? Is this an android specific thing, as in you saw it on stackoverflow or something?
Answer by MD_Reptile · Oct 10, 2012 at 09:51 PM
Okay I decided to just ask unity support directly! They said its not yet supported, but to manually add a 96x96 icon (or any size) to do this:
You can add icons of different sizes by copying them into the following folders in your project:
Assets / Plugins / Android / res / drawable-xhdpi / app_icon.png -> 96x96
Assets / Plugins / Android / res / drawable-hdpi / app_icon.png -> 72x72
Assets / Plugins / Android / res / drawable-mdpi / app_icon.png -> 48x48
Assets / Plugins / Android / res / drawable-ldpi / app_icon.png -> 36x36