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
- “Remove Unused Overrides” available on not loaded Scene and throws “ArgumentException: The scene is not loaded” warning
- Adaptive Probe Volume occlusion edge is calculated incorrectly when viewing probes near geometry edges
- Sampling a texture using an HLSL file throws shader errors and the code does not compile
- "Graphics.CopyTexture called with null source texture" error when Base Camera of an Overlay Camera is removed with DX11 Graphics API and Compatibility Mode enabled
- WebGL sends wrong value with large numbers when SendMessage function is used
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.