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
- 2D Light Textures show the lights of any 'blend style' index higher than theirs (if present) when they aren't visible by the Camera using Render Graph
- [SpeedTree] Wireframe mode not rendering correctly ST assets
- Light2D affecting only the Default Sorting Layer will also affect any Custom Lit Sprite not on that Layer when using Render Graph
- Decals do not get projected onto a GameObject draw with the Render Objects Renderer Feature when according to Event it should be projected
- The Depth value is not being written correctly in the Scene view when the Full Screen Pass Renderer Feature is applied on a GameObject with the Render Object Feature
Resolution Note:
The warning are valid, they inform about things to fix before shipping.