Videos do not start in the project package shipping!

In the project the videos start when the player dies. But how much do I package shipping the game, the videos do not start …

How are you playing your videos? Did you check if they are included properly in the packaged version? Usually they can be found in an own folder under Content/Movies. They don’t go in the PAK file.

I watched everything but when I move the downloaded game. I have when someone downloads it you can not see the image of the video nor the sound. Part but without seeing each other.

Sounds to me like they are simply not included in your packaged game.
Make sure your video files are inside the ./Content/Movies inside your project,
only then will these files be included inside the packaged game.
There is no such directory by default, you have to create one.
Again, I mean the actual movies files (mp4, avi, whatever format you are using), not the UAsset files created when importing the files.

Let me know if this helped.

1 Like