// 当复用其他项目 bundle 时
第一种 方法 :cc.assetManager.loadBundle(‘https://192.168.0.32/bundle/niuniu’, (bundle) => {
bundle.loadScene(“niuniu”)
});
第二种方法 先下载assetbundle ,然后用
cc.assetManager.loadBundle(’ niuniu’, (bundle) => {
bundle.loadScene(“niuniu”)
});
下载assetbudle后指定搜索路径,还需要重启吗