Hi!
How to play an intro like (logo startup movie) before the level begins in VR?
Hi!
How to play an intro like (logo startup movie) before the level begins in VR?
if its just a 2d movie you can start the game in a very simple lvl where the player can’t move and play the movie there and once its finished go to the actual game
it did not work my friend, only the sound
how did you try to do it, ive used a mediaplayer texture on quest and that worked fine, make sure to put your sourcefile in the map /Content/Movies otherwise it wont get packaged
what device are you using
maybe this link helps
https://docs.unrealengine.com/en-US/WorkingWithMedia/MediaFramework/HowTo/FileMediaSource/index.html
yeah, I add it to the widget as you did its working fine on the viewport but not when I lunch the game, I also add a delay to transform me to the main level once the movie is finished.
did you put the movie-file in the map /Content/Movies ,what movie format are you using, and what is the target device?
Thank you for your reply,
yes, the movie is inside the content folder, I’m using Quest 2 (Mobile VR), format MP4 (1280x720)
does it also work if you use the mobile preview rendering level in the editor? have you set the material shading model to unlit and maybe try checking “use full precision” in the mobile section of your material details
Thanks for your reply,
I find another way around, Iv attached a video texture to a sphere> delay for the duration of the video> Open new level> Done