[]Android小游戏加载不打包的图会卡资源
this.assets.push({ url: "lobby/zhujiemian_ditiao.png", type: Laya.Loader.IMAGE });
Laya.loader.load(this.assets, Laya.Handler.create(this, this.onAssetsLoaded)
, Laya.Handler.create(this, this.progress, [], false));
在加载的时候ios的微信小游戏是没有问题的,但是到了Android微信客户端小游戏会卡资源,停进度,不报错的问题
类库 1.7.20beta
layaide 1.7.19beta
微信调试基础库 2.2.3
Laya.loader.load(this.assets, Laya.Handler.create(this, this.onAssetsLoaded)
, Laya.Handler.create(this, this.progress, [], false));
在加载的时候ios的微信小游戏是没有问题的,但是到了Android微信客户端小游戏会卡资源,停进度,不报错的问题
类库 1.7.20beta
layaide 1.7.19beta
微信调试基础库 2.2.3
没有找到相关结果
已邀请:
要回复问题请先登录
1 个回复
Laya_XS
赞同来自: