大厅加子游戏assetbundle如何实现

// 当复用其他项目 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后指定搜索路径,还需要重启吗

我这边是将一个游戏相关的资源放在一个bundle目录下,但这样一个游戏改动了,打包就会全打一遍,游戏多的话,肯定会慢很多,有没有办法只打包指定的bundle文件夹