Is it possible to include a default asset bundle in the build so that the application has assets to use out of the box and doesn’t require an initial internet connection?
Turns out it can be done. If you put the asset bundles into streaming assets, you can then load them from their into the cache the first time the game runs.