Posted on

Debugging – How to Remove Expansion Files from Oculus APK Upload.

ERROR: Previous version of this binary contains 1 Asset Files: File Name Did you forget to pass the –assets_dir in this upload? If you’d like to inherit asset files from the previous build version, please pass the –inherit-asset-files option

If no asset files should be attached to the new binary, please pass the –force option to override.

For this tutorial, I will show you how to fix the error listed above. This error occurs if you try to upload an apk to the oculus developer console without any expansion files when you have previously been uploading some. to fix this error you will need to could into one of the scripts provided by the Unity Integration plugin and add –force to the command variable.

Posted on

How to Upload APks and OBBs with Oculus Integration in Unity

For this tutorial, I will show you how to use the Oculus Integration plugin to upload APK OBB and expansion files to the Oculus developer console. Oculus Developer Hub is good for uploading APKs but it doesn’t work if you want to upload apks with their obb files or any other files. For this, you need to use the Oculus Integration plugin in Unity. This plugin has a tool called the Oculus Platform tool which has options for uploading more than just an APK.