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
- Selector gets stuck in UI if scroll is used while dragging
- Created asset is placed in a new folder when creating a new folder and instantly creating an asset by clicking somewhere else
- Selecting and deleting transition in Animator does not add to Undo History when animation is previewed in Inspector
- GameObjects remain static when updating constraints of PhysicsJoint with "Enable Sleeping" selected in Havok Physics Configuration
- [iOS] Touch input is not clocked and UI is unresponsive when the application is paused mid-drag without lifting the finger
Resolution Note:
The warning are valid, they inform about things to fix before shipping.