Forum Discussion

🚨 This forum is archived and read-only. To submit a forum post, please visit our new Developer Forum. 🚨
aguirreduran's avatar
aguirreduran
Explorer
4 years ago

Access to internal storage files

Hello,

I'm developing an application that should record the VR experience in a video and store it in the "gallery" of the Oculus. 

The script that I'm using in unity is developed for Android devices, and the path that is considered is this one: 

System.IO.Directory.CreateDirectory(Application.persistentDataPath + GALLERY_PATH);
where GALLERY_PATH = "/../../../../DCIM/VideoRecorders";
 
My questions are:
  1. Is this path recognized by the Oculus Quest?
  2. Can I access to the gallery of the Oculus while I'm using it in the developer mode?

Thanks,

Replies have been turned off for this discussion