This commit is contained in:
2025-07-25 18:27:30 +08:00
parent 1dba986ad7
commit 2d5c7e91d7
93 changed files with 10987 additions and 8141 deletions
+1 -1
View File
@@ -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) {