Search Issue Tracker
Won't Fix
Won't Fix in 2023.3.X
Votes
0
Found in
2021.3.33f1
2022.3.15f1
2023.2.3f1
2023.3.0a17
Issue ID
UUM-57862
Regression
No
[tvOS] Multiple warnings in the Console when building for tvOS Platform on Intel Macbook
Steps:
- Create a new project
- Go to File > Build Settings and switch to the tvOS Platform
- Build the project
Expected results: Build is successful, no warnings or errors in the console
Actual results: Build is successful, but multiple warnings are in the console saying that there are problems with App Icons
Reproducible with: 2021.3.33f1, 2022.3.15f1, 2023.2.3f1, 2023.3.0a17
Tested and reproduced on:
- Macbook Pro, 2,4 GHz 8-Core Intel Core i9, Sonoma 14.1.2
Tested and did not reproduced with:
- Macbook Pro, Apple M1 Max, Ventura 13.6.2
Notes:
- Not reproducible with iOS Platform
- Few warnings from the Console:
{code:java}
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. Missing layer (2) for image 'App Icon' at scale '1'. All scales within 'App Icon' must contain the same number of layers. Using transparent image. File not found: Default-AppleTV.png File not found: Default-AppleTV@2x.png
{code}
- In the Xcode similar warnings can also be seen
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
- "Shader warning in 'Hidden/Light2D': implicit truncation of vector type" is thrown when building Universal 2D template
- AI Assistant breaks compilation of packages using System.Runtime.CompilerServices.Unsafe via auto-referencing
- Unity Hub checks the "Documentation" module by default on the 6.4 and 6.5 streams despite that it was unchecked with the previous installs
- Shortcut that toggles between Dopesheet and Curves Views in the Animation Window's Timeline is mislabed
- Property List Items Overlap onto the Property List's top edge when scrolling through a long Property List
Resolution Note:
I get the same warning on Silicon Mac too. Make sure you don't have warnings disabled in Editor console.
Unity only should put in absolutely required minimum of icons, without which the game doesn't build or run at all. Icons are part of app branding and should be put in place by the user, it is fine to issue warnings for icons that are required, but don't prevent development.
Resolution Note (2023.3.X):
I get the same warning on Silicon Mac too. Make sure you don't have warnings disabled in Editor console.
Unity only should put in absolutely required minimum of icons, without which the game doesn't build or run at all. Icons are part of app branding and should be put in place by the user, it is fine to issue warnings for icons that are required, but don't prevent development.