Important Notes & Best Practices
Read/Write Enabled
This is the most common source of errors. The script needs to read the pixel data from your source textures to resize them. If Read/Write Enabled is not checked in the texture's import settings, the process will fail.
The Adaptive Icon "Safe Zone"
This is critical for getting your icons to look right on all Android devices.
Android treats adaptive icons as being on a 108x108 dp canvas.
However, it only guarantees that a 66x66 dp circular area in the center will be visible. The area outside this "safe zone" may be clipped off depending on the device's icon shape mask (circle, squircle, teardrop, etc.).
Best Practice: When creating your Adaptive Foreground image, ensure your main logo content fits comfortably within the central two-thirds (2/3) of the image canvas. Leave plenty of transparent "air" around it. This will prevent it from looking zoomed-in or cropped on devices.
Last updated