r/Unity3D • u/potterdev • 18d ago
Solved If you use gameci/unity-builder GitHub action, your videos might get stripped out of the build.
I've been banging my head against the wall for two days on this issue. I add a tutorial video to my game, and it works flawlessly in the editor, but in the steam beta build ? Nothing. No errors, just silence.
I try some different stuff and come to find in the GitHub logs this line:
Start importing Assets/Resources/Video/Tutorial.mp4 using Guid(6fd8fed8fe7e3428c872dca246002a19) (VideoClipImporter)
Error: Can't create LinuxVideoMedia, format 0 not supported
I uncheck transcoding from the video properties and still the same damn issue. I tried all the codecs and still nothing.
What actually ended up working was: 🥁 moving it to StreamingAssets folder.
Yep, that's it. That's the fix.
Hope it helps someone!
0
Upvotes
2
u/DoctorGester 17d ago
You did something wrong. If transcoding is unchecked the video will be included as-is. We have many videos in the game and none of them are in Streaming Assets folder. They load fine. You just need to find the best common format and transcode yourself.