Search Unity

How make VR video gallery in Unity in Android.. (GearVR)

Discussion in 'AR/VR (XR) Discussion' started by norbertots, Jan 20, 2017.

  1. norbertots

    norbertots

    Joined:
    Jul 4, 2014
    Posts:
    15
    Hey guys, I am relatively new to all of this and one of my coworkers at my new internship wants me to create a video gallery using the GearVR. So I figure there will be a script that finds all the videos that are on your phone then creates n (n being the number of videos on the Note 4) number of cubes (i guess resembling canvases) that have MovieTextures on them, these will then play once you look at them long enough. How do I search through the entire phone to find and play theses videos?

    my bigget problem -> how access external video files in Unity in internal memory of S6 and play in GearVR (unity made project) ???

    Thanks in advance for the help guys!
     
  2. dagon

    dagon

    Joined:
    Jan 4, 2013
    Posts:
    20
    edit AndroidManifest.xml file add line
    "<uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE" />"
    Hope this help!
     
  3. jpsailor

    jpsailor

    Joined:
    Jan 30, 2017
    Posts:
    3
    Hello norberto , did you do it to play 360 videos ?i need some help on a 360 video player im building ,
    could you stream your videos ? tks !