Search Issue Tracker
By Design
Votes
0
Found in
2019.4
2020.3
2021.1
2021.2
2021.2.0a11
Issue ID
1325491
Regression
No
Multiple warnings are thrown on building the player for tvOS mentioning Missing layer for image
Multiple warnings are thrown on building the player for tvOS mentioning Missing layer for the image
Following warning messages appear when building for tvOS.
1. Missing layer (1) for image 'App Icon' at scale '1'. All scales within 'App Icon' must contain the same number of layers. Using transparent image.
2. Missing layer (1) for image 'App Icon - App Store' at scale '0'. All scales within 'App Icon - App Store' must contain the same number of layers. Using transparent image.
3. Missing layer (1) for image 'Top Shelf Image' at scale '1'. All scales within 'Top Shelf Image' must contain the same number of layers. Using transparent image.
4. Missing layer (1) for image 'Top Shelf Image Wide' at scale '1'. All scales within 'Top Shelf Image Wide' must contain the same number of layers. Using transparent image.
Steps to repro:
1. Create a new project
2. Switch the Platform to tvOS
3. Build for tvOS
4.Observe the warning in the console
Actual Result: Multiple warnings are thrown on building the player for tvOS
Expected Result: a warning does not appear when building for tvOS
Occurring on: 2021.2.0a11, 2021.1.1f1, 2020.3.2f1, 2019.4.21f1
Environment: Occurring on macOS and Windows 10
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
- Prefabs with "Flags" enum properties result in "IndexOutOfRangeException" when trying to commit/revert
- The Camera first person mode in Cameras overlay is greyed out and not clickable when the Editor is restarted with the Game View focused
- Scene View doesn't select the Canvas when it's clicked with the View Tool
- Transform fields are impossible to edit when Inspector window is resized
- Actions in UI Builder Preview mode are not fully reset after exiting the Preview mode
Resolution Note:
The warning are valid, they inform about things to fix before shipping.