08-08-2017 07:19 PM
08-11-2017 10:19 AM
main.<version>.<package>.obb
So for example, if your app package name is com.sample.app and this is V1 of your app, the extension file would bemain.1.com.sample.app.obb
You can't upload the extension files with the web interface, you'll have to use the command line tools from here https://developer.oculus.com/blog/faster-build-uploads-with-cli/
ovr-platform-util upload-gear-build --app_id <app id> --app_secret <secret> --apk <apk path> --obb <external data file path> --channel alpha --notes "Uploading apk and external data"
12-12-2017 07:55 AM
oculus_gabor said:
Gear VR supports 1 expansion file, up to 4GB. We have some documentation in the works on it. For now, this page will get you started: https://docs.unity3d.com/Manual/android-OBBsupport.html
You have to adhere to androids naming convention of:So for example, if your app package name is com.sample.app and this is V1 of your app, the extension file would bemain.<version>.<package>.obb
You can't upload the extension files with the web interface, you'll have to use the command line tools from here https://developer.oculus.com/blog/faster-build-uploads-with-cli/main.1.com.sample.app.obb
The command to upload will look something like this:ovr-platform-util upload-gear-build --app_id <app id> --app_secret <secret> --apk <apk path> --obb <external data file path> --channel alpha --notes "Uploading apk and external data"
12-12-2017 01:22 PM
12-13-2017 01:30 AM
oculus_gabor said:
That's a question for Unity. Bit of a black box.
05-21-2019 03:33 PM