unity5.x assetbundle打包和加载

打包ui AssetBundleBuild[] abs = new AssetBundleBuild[1]; abs[0].assetNames = new string[]{"Assets/RawAssets/Cube.prefab","Assets/RawAssets/Sphere.prefab"}; abs[0].assetBundleName = "myAb.bundle"; Bundle
相关文章
相关标签/搜索