So we're trying to figure out how to save images to the "Screenshots"
Oculus folder on Quest 2. Android won't ever let us write anywhere else
than in the Application.persistentDataPath folder using
File.WriteAllBytes. Even though we have the Android ...
Hi there,I wanted to report a couple of issues with the Oculus Utilities
1.38:Oculus/Tools/Build Mobile-Quest Expansion File The asset bundle
being renamed is not the one to be used as an expansion file.Let say I
have an asset bundle id named "myBund...
Hi guys,I'm the developer of Pirate Shooter and I would like to build a
community of beta testers ensuring each build is bug free before
releasing to the store.If you'd like to help me, please reply to this
message and I'll add you to my Beta channel...
For saving, I ended up using this plugin which works great:
https://github.com/yasirkula/UnityNativeGalleryThen for reading, I used
DirectoryInfo info = new DirectoryInfo("sdcard/DCIM/APP_NAME");
Could this be related to the insertImage method being deprecated?
https://developer.android.com/reference/android/provider/MediaStore.Images.Media#insertImage(android.content.ContentResolver,%20java.lang.String,%20java.lang.String,%20java.lang.String...
Does anybody have issues writing to the /sdcard/Oculus/Screenshots
folder? We started receiving this error again recently:
UnauthorizedAccessException: Access to the path
"/storage/emulated/0/Oculus/Screenshots/ImageName123.jpg" is denied.
I'm not aware of the write permission resulting in a submission
rejection. I confirm our app uses File.WriteBytes just fine but it's
been accepted and live for a while (APK updates pass just fine as well).
Don't you need this permission to write to
A...