Bink on tvOS

Hello, :wave:

I’m encountering a problem packaging my game for tvOS. While my Bink media videos play normally on iPad, iPhone, macOS, and Windows, they fail to display on Apple TV.

If I run the game on the Apple TV using Xcode, I see the following message is printed:

LogStreaming: Warning: Missing Dependency, missing script import 0x254C262D0F7887E9 for package /Game/Movies/Logo/MediaTexture_LogoMovie

I then wonder if the paths expected for Bink movie files are different on tvOS. :thinking:

I’ve included /Movies in the Additional Non-Asset Directories to Package section of the project settings.

Any advice would be appreciated,

Cheers.