User files with multi-user accounts
How can I read/write files from/to the device while logged in as a secondary user? I currently write logs as well as user-generated content to Unity's Application.persistentDataPath, which comes out to be under: Quest\Internal shared storage\Android\data\com.MyStudio.MyGame\files\ However, when logged in under a secondary user account, I can't seem to enable the ability to browse files on the device using a PC, so I can't gather any debug logs I've written to debug issues while logged in as a secondary user. If I log back in as the primary user, I only see logs, and user-generated content written to the above location by the primary user. No user-generated files by the secondary user appear. But when logged in as the secondary user, I can see their user-generated content, but not that of the primary user. It seems each user somehow has their own data folder, but I can only access the primary user's data via a connected PC. And if I want to manually place data files into the folder via PC, I can only do that for the primary user, not the secondary. So I either need to know if it is possible to read and write files to/from the device while logged in as a secondary user, or if there is another protected common storage area I can read/write from/to that can be accessed by any account logged into the device? Thanks!14KViews11likes17Commentshow to open video file in oculus quest?
I'm trying to open a video file in Oculus quest 2 through a specific app , but it just open the application and no error appears in command line. the command is: adb shell am start -n com.oculus.tv/com.oculus.livingroom.PanelActivity -t video/mp4 -d file:///storage/emulated/0//UI/Content/Movies/1.mp4 Is there any permission issue ? Please Help886Views0likes0CommentsHow to read a csv file ?
Hello, I develop under Unity 2019.3.8f1 in C# for an Oculus Quest. I wish to read a csv file, parse it, and display stuff depending on the data contained inside the file. Problem is : 1. I don't find my csv file inside the oculus quest (i checked with SideQuest) 2. I don't know which path to use to access it (once it will be uploaded and visible) Can someone help me ? Thanks !3.6KViews0likes9Comments