From the course: AR Development Techniques 04: Advanced Techniques

Unlock this course with a free trial

Join today to access over 25,500 courses taught by industry experts.

How to create asset bundles

How to create asset bundles

- [Narrator] In this video, we'll see how to create AssetBundles and upload them to cloud storage. We'll pack each furniture model in a separate AssetBundle, so that we can download a specific model that we need. We can also pack all three furniture models in a single AssetBundle. But in that case, downloading once will download all three furniture models, even if we just need one of them. So I'm going to pack each model in a separate bundle. We have already created prefabs for each of the furniture models. So we'll pack each prefab in a separate AssetBundle. So click on the chair Furniture model and pull this window up. Here you will see AssetBundle, click on the drop down and create a new bundle. I'll name this chair bundle. Similarly create bundles for sofa. New bundle, I'll name this sofa bundle. Similarly for table table bundle. Now to pack these and create AssetBundle files, we need to write some…

Contents