Is it possible to include a default asset bundle in a build? This way, the application can work out of the box and be updated later.
Yes. What we do is include default bundles in the StreamingAssets folder. These are included as-is in the final build and can be locally loaded at runtime.
1 Like