Forum Discussion
New21Community
4 years agoHonored Guest
Hou much is APK size for upload on Oculus Store?
My apk-build myself- size in 910mb
is there limit of apk size for publishing or upload?
5 Replies
- julienkayAdventurer
VRC.Quest.Packaging.5 - APK files must be less than 1 GB in size, but can be accompanied by multiple expansion files up to 4 GB each.
- MatiasFacil3DExplorer
hello, as you say in your publication it can be accompanied by several additional files of up to 4gb, I have a problem is that when I build my project with split binary (OBB) it generates an apk of 50MB and an OBB of 4.20GB, so I exceeded the maximum allowed by meta quest developer, how can I do so that more than one OBB is generated?
- julienkayAdventurer
You can't "remove" the limit per se. Your build must always be smaller than 1GB, but you can upload additional expansion files to effectively increase the size of your application.
If you follow the link I've posted, it will lead you to documentation on how to create expansion files up to 4GB, depending on which platform (Unity, Unreal, Native) you use.
Specifically for Unity it leads to this page.
In case you want to go even beyond 4GB or are fine with the assets being loaded at a later time (not directly on install) streaming assets in from some cloud server at runtime is another option. How you might do this again depends on the platform you're using. For Unity you might look into their Adressables package. But really any way that downloads your required assets to local storage will work.
- itamarlHonored Guest
Quick Links
- Horizon Developer Support
- Quest User Forums
- Troubleshooting Forum for problems with a game or app
- Quest Support for problems with your device