Search Issue Tracker
Fixed in 2020.1.X
Votes
1
Found in
2018.3.0f2
Issue ID
1115180
Regression
No
[tvOS] Setting a single App Icon doesn't set the same icon to other sizes even though Editor indicates it will
Steps to reproduce:
1. Open attached project
2. Switch to AppleTV
3. Open "Player Settings/Icon" window and expand "Appicons" section
4. Notice only the first one has explicitly set custom sprites, but preview indicates that it's also applied to the other 2 sizes (see screenshot)
5. Make an AppleTV build
6. Open the Xcode project and select UnityImages.xcassets file
7. Notice that only the "App Store" icon is correctly set and others are left blank
Expected behaviour: Other sizes of the App Icons should be set up as well OR "Player Settings/Icon" window should not indicate that the other icons will be set if they don't have an image specified (although this second option wouldn't be consistent with how "Top Shelf icons" or iOS App Icons work).
Reproduced with: 2018.2.17f1, 2018.3.0f2, 2019.1.0a12
Comments (1)
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
- Crash on mono_dump_native_crash_info when changing a Particle System Renderer’s Material Shader to Standard Unlit
- VFX Prefab doesn’t have Preview icon in Project window and Preview window is empty in Inspector window
- Visual Effect Graph error message does not disappear and lasts forever until the Visual Effect Graph is reopened even when the error causing connection/node is deleted and Visual Effect Graph is saved
- “RenderSettings customReflection texture has invalid type” error keeps getting thrown even when Environment Reflections was set back to Skybox from Custom with an invalid texture
- Particle System with the custom Material breaks the Scene view when the material is using a Shader Graph with the Texture with the power of negative value
Schmit
Jul 07, 2019 04:56
I experienced this as well with Unity 2019.1.9f1.
The unprovided smaller resolutions will contain 100% transparent png files in the xcassets file, ultimately resulting in a submission error for invalid images (annoying since the user only becomes aware of this problem post-build in Unity AND xcode).