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
- Tile Palette grid is moved after entering Play Mode
- Tile Palette Edit mode turns off in Play Mode
- The Editor crashes when Generating Font Atlas in the Font Asset Creator with “9999999999” padding and 256x256 Atlas Resolution
- [iOS] An “ArgumentNullException” error is thrown when GetIntroductoryPriceDictionary() method is called
- Font Import Settings documentation page is missing when the documentation button is pressed in the Inspector window
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.