AssetBundleManager is improved from Unity AssetBundleManager.
- Set assetbundle names by created
AssetBundleNamesSetting.assetfile; - Clean assetbundle names;
- Build or Rebuild assetbundles;
- Load assetbundles;
- Load assetbundle variants;
- Load in Local or Remote or LocalFirst or RemoteFirst;
- Unload assetbundles by reference count.
- Compatible Asset Bundle Browser
Download or clone this repository into your project in the folder Packages/com.chaosvan.assetbundle-manager.
Git must be installed and added to your path.
The following line needs to be added to your Packages/manifest.json file in your Unity Project under the dependencies section:
"com.chaosvan.assetbundle-manager": "https://github.com/ChaosVan/AssetBundleManager.git#master",