Build and load Assetbundles in Unity

In this example below, I will demonstrate how to add new asset called “dog” to our AssetBundle named “animals” and build it then load it during run-time. Setting Up Build Folders: 1. Select the asset such as image file. In this case, that’s the “dog.jpeg” file. See the menu in the “Inspector” tab. Sometimes, the … Read more