Forum Discussion

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

How to install Unity split APK OBB on Quest

I've build a split APK and OBB file using Unity. Now, how do I upload it to the Quest. I've installed the APK using ADB and that part seems to work. But where to I put the OBB? None of the guides appear to be suggesting the right place to allow Unity to load it. I just get a grey screen when I run.

Unity names the obb file: [packagename].main.obb but the Quest instructions suggest that it should be:
/sdcard/Android/obb/[package name]main.[version-code].[package-name].obb

I've tried both. Neither work.

5 Replies

Replies have been turned off for this discussion
  • To answer my own question... It appears there's a missing symbol in the instructions. It should be:
    /sdcard/Android/obb/[package-name]/main.[version-code].[package-name].obb
    And package name is not the Unity package name, but the Android one, i.e.
    com.publisher.product


  • mouse_bear's avatar
    mouse_bear
    Retired Support
    @PaulAtWarp Welcome to the Oculus Developer Forums!

    Could you give the link with the incorrect obb file path?
  • So I've found the the path for the folder, but does the name of the obb-file itself matter?