Hi,
As you know, Android now supports and recommends 192x192 launcher icons. It would be great if we can easily add it in the Player settings in the upcoming Unity updates.
Thanks.
Hi,
As you know, Android now supports and recommends 192x192 launcher icons. It would be great if we can easily add it in the Player settings in the upcoming Unity updates.
Thanks.
A better place for feature requests is http://feedback.unity3d.com/
Thanks for the link. I have sent the request there:
http://feedback.unity3d.com/suggestions/640-dpi-xxxhdpi-icon-resolution-for-android
Voted on that suggestion because I would love it too. In the meantime, you can put in a custom icon instead of using the ones generated by Unity; Unity is only generating icons up to xxhdpi, but your replacements can be xxxhdpi.
First create an Android resources folder within Plugins (ie. Assets/Plugins/Android/res/) and within that create directories for the various “drawable” resources (ie. “drawable”, “drawable-xxxhdpi”, etc). Put your icons in the appropriate resource folder based on the Android specifications Icons – Material Design 3
Name your icons all the same but something other than app_icon.png (since that’s the name Unity uses). Then in your Android manifest file change the icon defined in the tag <application> | Android Developers
Nowadays 192x192 icon seems to be supported in Unity 4.6.1f1.
A shameless plug: if you need to generate all of those Android icons from a single, high resolution source icon, I recommend a tool we just released:
Why use this tool? Because the built-in resampling for icons in Unity is really quite bad.
With a bit of script wizardy, it should be possible to even customize it so that you could generate those icons currently not supported by Unity:
http://forum.draconus.com/viewtopic.php?f=24&t=531
Cheers,
Sampsa