Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

Hello, I’m using version 9.6 of your plugin and have encountered an issue. The video plays normally in the Godot editor, but an error occurs after I export and run the Windows build.

I have tested it and confirmed that the video file is included in the exported project and located in the correct directory. I have also attached a screenshot of the error message.

The test video is a VP9-encoded .webm file. I hope you can help me identify what might be causing this issue.

Hi! If the video doesn’t play in exported builds the issue is likely that the video file isn’t included correctly. You get the video through a res:// path, but in the export settings did you add *.webm files to your export settings?

(1 edit)

Yes, I already added *.webm to the export settings. If it was missing, the error would simply say that the video file could not be found. Please take a look at my screenshot.

Are you by any chance using the C# version? It’s kind of difficult to troubleshoot this without seeing more info about the project.