asset-bundle-builder icon indicating copy to clipboard operation
asset-bundle-builder copied to clipboard

Structured system for managing and updating asset bundles in Unity 3D projects.

Results 1 asset-bundle-builder issues
Sort by recently updated
recently updated
newest added

`AssetBundleBuilder.BuildAssetBundles()` allows the user to specify a [`BuildTarget`](https://docs.unity3d.com/ScriptReference/BuildTarget.html) to explicitly specify which platform to build a bundle for. To a degree this makes sense, since Unity's underlying build API also...

enhancement