Search Issue Tracker
Fixed in 2020.1.X
Votes
0
Found in
2017.4.0f1
2018.3.8f1
2018.4.0f1
2019.1.0a1
2019.2.0a1
2019.3.0a1
Issue ID
1173722
Regression
No
[tvOS] Leaving empty app icon layer generates an image with alpha channel in the build
How to reproduce:
1. Open the "tvOS_Icon.zip" project
2. Switch the platform to tvOS
3. Open Player Settings > Icon > App icons
4. Add icon.png to layer 0
5. Build the project for tvOS
6. Check the images at build/UnityImages.xcasets/AppIcon.brandassets/App Icon.imagestack/Layer-1.imagestacklayer/Content.imageset
Actual result: Images generated from empty layers have an alpha channel.
Expected result: Generated images shouldn't have an alpha channel.
Reproducible with: 2019.3.0a11, 2019.2.1f1, 2019.1.14f1, 2018.4.6f1, 2017.4.30f1.
Notes:
- App Store doesn't support icons with alpha channels.
--------------------
Fixed in 2020.1.0a4.
Comments (2)
Add comment
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Texture2D hash changes inside of an AssetBundle when rebuilding a SpriteAtlas bundle with an empty AssetPostprocessor Script enabled
- Aniso Level still applies when Generate MipMap is disabled in Texture Import Settings
- Mipmap Limit Groups long names are not truncated when creating a new Mipmap Limit Group with a long name
- “ArgumentException: Invalid double parameter.” error is thrown when Infinity is typed into the Fixed Timestep field
- GameObject becomes gray when using HDRP and STP together on macOS
athompson_welltold
Nov 30, 2019 20:23
This issue happens for me even if all the icons are filled out without alpha. Unity seems to add an alpha channel on export. I am using Unity 2018.4.12f1 LTS.