Jump to content

WaveVR Focus 3 Unity access external SD card


JoostPixnami

Recommended Posts

We're able to access the external SD card on the Quest by adding:

  <application android:requestLegacyExternalStorage="true" />
  <uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE" />
  <uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />

This doesn't work for the Focus 3. I've tried placing an AndroidManifest file with these lines in Assets/Plugins/Android/AndroidManifest.xml and in Assets/WaveVR/Platform/Android/Customize/AndroidManifest.xml (as shown here:)

But I still get an UnauthorizedAccessException.

 

This does work in UE4 builds for the Focus but we're targeting API level 28, so before requestLegacyExternalStorage was added.

Is there any way to get requestLegacyExternalStorage to work for the Focus? Or is there a different permission that can solve this issue?

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...