Nav Logo
Why Meta Quest?
Design
Develop
API reference
Distribute
Blog
Support
Login
Blog
Introducing Mobile DLC Support (in Beta)
​
Back to Blog
May 17, 2018

Introducing Mobile DLC Support (in Beta)

Dmitry Soshnikov and Marc Ashman Blog Hero Image
Following the single static expansion file support that we launched a few months back, we are happy to announce the support for multiple dynamic expansion files. Technically, dynamic expansion files are known as Generic Asset Files on the Oculus Mobile platform and are best suited for DLC (downloadable content).
Starting today, you can launch new content for an application that already exists on the Oculus Mobile Store. Whether you're introducing an extra character, a new level in a game, additional images and media files, or new chapters, DLC support will enable larger application sizes and additional revenue from your application after it has been purchased.
Note: we use terms “DLC”, and “Asset File” interchangeably.

Use Cases for DLC

DLC opens an opportunity to expand your application size and provides ability for further monetization. It can be used in the following use-cases:
  • Sellable DLC: sell extra content post-installation
  • Implementation-detail DLC: download extra content as a user proceeds in a game
Engine Support

Unity and Unreal have built-in support for the DLC and directly correspond to the Asset Files on the Oculus Mobile Platform. Please refer to the following documentation:
  • Asset Bundles in Unity
  • PAK files in Unreal Engine
Uploading Builds with Asset Files

To upload a build with asset files, you will need to use the ovr-platform-util tool.
Note: Asset files are versioned. They have to be uploaded together with the main binary.
Note: The upload process uses patching uploads and downloads. Subsequent asset files will transfer faster since the upload only includes new files.
Here is an example of how to upload a build with asset files:
  
 
ovr-platform-util upload-gear-build	    \
    --app <app-id>                          \
    --secret <app-secret>                   \
    --channel <channel>                     \
    --apk <main-apk-file>                   \
    --assets_dir <path-to-dir-with-assets>


  
As you can see, it is controlled by the --assets_dir parameter, which is the path to a directory containing all your asset files.
Once uploaded, you can manage all asset files belonging to the build in the Dashboard. Go to “Manage Builds” → from the context menu of a release channel select “View Channel Builds” → from the context menu of a build select “View Expansion Files”.
You can also find the uploaded asset files via the direct URL: https://dashboard.oculus.com/application/<app_id>/build/<build_id>/expansion-files.
Important: We perform automatic updates of asset files. This means that a new version of an asset is automatically downloaded and installed if the asset with the same file name was already installed in the previous version.
Specifying Price via IAP

DLC can also have a price and be purchased via a corresponding IAP (in-app purchase) item. To configure your IAP item, you'll need to specify a price and then upload the --asset_file_iap_configs parameter.
Example:
--asset_file_iap_configs '[{"filename": "Asset1.obb", "sku": "Asset1_IAP"}, ...]'
Or you can move the config to a JSON file and use the --asset_file_iap_configs_file parameter instead.
Note: Price can also be set or updated in the dashboard on the expansion files management page.
We will automatically check the IAP entitlement on download of an asset file or DLC.
Platform SDK Integration

When you upload your application with asset files or DLC, the asset files or DLC can be downloaded on demand from within your app. This will happen at any time post-installation. Please refer the SDK documentation (available since v. 1.24) on how to integrate asset files or DLC into your app.
At runtime, the list of asset files can be retrieved via ovr_AssetFile_GetList() call and then calling ovr_AssetFile_DownloadById for the actual file download. The async ovrNotification_AssetFile_DownloadUpdate notification allows you to control transferred bytes and implement a download progress bar.
A Note About Beta

The Asset Files support is available now in beta form for the Mobile Platform. Rift support is coming soon. We encourage you to experiment with it using Release Channels before pushing asset files or DLC to live users. As always, we'd love to hear your feedback.
Mobile
Platform SDK
Rift
Unity
Unreal
Did you find this page helpful?
Thumbs up icon
Thumbs down icon

Explore more
May 8, 2025Introducing North Star: A Visual Showcase for Meta Horizon Developers
Explore North Star, a Unity graphics showcase and open source GitHub project for Meta Horizon developers featuring cutting-edge visuals and graphics optimizations.
All, Hand Tracking, Optimization, Quest, Unity
Read article
Apr 30, 2025Explore a New Era of Mixed Reality with the Passthrough Camera API
The Passthrough Camera API provides access to the front-facing RGB cameras on Quest 3 and 3S so you can unlock advanced mixed reality use cases supporting machine learning and computer vision. Discover use cases and samples here.
All, Apps, Design, Entertainment, Games, Native SDK, Quest, Unity, Unreal
Read article
Apr 14, 2025Build Faster and Smarter with GenAI Tools in Meta Horizon Worlds
GenAI tools in the Meta Horizon Worlds desktop editor are now available to creators in the US, UK and Canada. Explore how new features like Mesh Generation can greatly reduce the time it takes to build worlds for mixed reality and mobile.
All, Games, Mobile, Quest
Read article

Nav Logo
Build with Meta
Social Technologies
Meta Horizon
AI
Horizon Worlds
About us
Careers
Research
Products
Virtual reality / Meta Horizon
Developer Blog
Download SDKs
Meta for Work
Programs
Start
Meta Horizon Creator Program
Discover
Why Meta Quest?
What is mixed reality?
Platforms and tools
2D apps for Meta Horizon OS
Devices
Meta Avatars
Success stories
Use cases
Support and legal
Developer policies
Legal
Privacy
Forums
Support
Build with Meta
Social Technologies
Meta Horizon
AI
Horizon Worlds
About us
Careers
Research
Products
Virtual reality / Meta Horizon
Developer Blog
Download SDKs
Meta for Work
Programs
Start
Meta Horizon Creator Program
Discover
Why Meta Quest?
What is mixed reality?
Platforms and tools
2D apps for Meta Horizon OS
Devices
Meta Avatars
Success stories
Use cases
Support and legal
Developer policies
Legal
Privacy
Forums
Support
Build with Meta
Social Technologies
Meta Horizon
AI
Horizon Worlds
About us
Careers
Research
Products
Virtual reality / Meta Horizon
Developer Blog
Download SDKs
Meta for Work
Programs
Start
Meta Horizon Creator Program
Discover
Why Meta Quest?
What is mixed reality?
Platforms and tools
2D apps for Meta Horizon OS
Devices
Meta Avatars
Success stories
Use cases
Support and legal
Developer policies
Legal
Privacy
Forums
Support
English (US)
© 2025 Meta