How do I change the tvOS app icon?

We’ve been successfully packaging our game for tvOS. However, whenever we run it on our Apple TV, the default Unreal logo is used as our icon. There doesn’t seem to be anything in Project Settings > Platforms - iOS to set it. How do I replace the default image with one of our own?

I noticed there’s code in this fix for a related icon packaging issue that copies image files into the package. Are we supposed to put our TV icons in a specific folder and just have them picked up? As far as I can tell none of this is documented.

I had the same question until I found this folder: Engine/Build/tvOS/Resources/Assets.xcassets… Just change all the icons, launch image and topshelf images…

I know it is not the right way, but it works :smiley:

We figured that out a couple days ago as well. It’s a gnarly way to do it but it definitely works :slight_smile:

That’s great,:smiley: Btw, do you know how to ‘quit’ the game by using menu button on the remote?