cancel
Showing results for 
Search instead for 
Did you mean: 

How to install Unity split APK OBB on Quest

PaulAtWarp
Protege
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 5

PaulAtWarp
Protege
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
Retired Support
@PaulAtWarp Welcome to the Oculus Developer Forums!

Could you give the link with the incorrect obb file path?

PaulAtWarp
Protege

It suggests:
/sdcard/Android/obb/[package name]main.[version-code].[package-name].obb
It should be:
/sdcard/Android/obb/[package-name]/main.[version-code].[package-name].obb




bjorn.syse
Protege

So I've found the the path for the folder, but does the name of the obb-file itself matter?

yes, it does. Otherwise won't work.