Search Unity

Question Location Path of the 'Movie' Oculus Quest 2

Discussion in 'VR' started by nnbbron, Oct 21, 2022.

  1. nnbbron

    nnbbron

    Joined:
    May 21, 2021
    Posts:
    1
    Hello,

    Im making a game where you can basically watch and judge short movies
    about transgressive behavior, using a 360 camera.

    The only problem now is, that some of these videos can go up to 1GB, and this will make the game too big.
    I want to put the all of the videos into a folder inside of the Quest 2, so it wont make the application too big.

    Right now im struggling to find the location path of the Movies folder.
    (It also might have something to do with permissions? i don't know)

    I have got this working when i test in on my computer using this:

    Code (CSharp):
    1. videoPlayer.url = "D:/VR_videos/Scene1.mp4";
    Any help would be greatly appreciated.

    (PS: Sorry for the bad English)