update
This commit is contained in:
@@ -100,7 +100,7 @@ export default class ResManager {
|
||||
}
|
||||
/** 加载bundle中的PB*/
|
||||
loadSubpackagePrefab(url: string, cb) {
|
||||
let bundle = assetManager.getBundle("PB");
|
||||
let bundle = assetManager.getBundle("Chat18x");
|
||||
if (bundle){
|
||||
bundle.load(url, Prefab, (err, res: Prefab) => {
|
||||
if (err) {
|
||||
|
||||
Reference in New Issue
Block a user