• 首页
  • 动态
  • 案例
  • 引擎社区
  • API
  • 文档
  • 示例
  • 引擎下载

大约有 452 项符合查询结果, 库内数据总量为 30,779 项。 (搜索耗时: 0.0050 秒)

1. Loader.load加载json类型的资源,完成后调用Loader.clearRes后,并不能真正释放资源的bug [ 100%]

Loader.load加载json类型的资源,完成后调用Loader.clearRes后,并不能真正释放资源的bug demo: class NewTest { public static url: string = "333.json"; private loadedMap; constructor() { this.loadedMap = Laya.Loader["loadedMap"];  Laya.init(720, 1280, Laya.WebGL); Laya.Stat.show...

来源: Laya_社区 发布时间: 20181018

2. Laya2.1.0的BUGLoader类的loadImage有问题了。快看! [ 99%]

Laya2.1.0的BUGLoader类的loadImage有问题了。快看! 当loadImage(url) 中的 url=null时,(这个null是默认许可的值,别说不可以)。 正确流程:引发error加载错误, 现在的问题,是LAYA引擎js报错。导致程序漰溃。   我们来看看Laya的Loader...

来源: Laya_社区 发布时间: 20190709

3. tiledmap Bug [ 96%]

...D:/layadata/laya2.0/Sokoban_Ts_Weixin/bin/libs/laya.core.js:1407:59)   at Loader.__proto.event (file:///D:/layadata/laya2.0/Sokoban_Ts_Weixin/bin/libs/laya.core.js:1164:28)   at Loader.__proto.endLoad (file:///D:/layadata/laya2.0/Sokoban_Ts_Weixin/bin/libs/laya.core.js:16315:8)   at Function.Load...

来源: Laya_社区 发布时间: 20190304

4. 使用 Laya.loader 加载 .fnt 文件的BUG [ 96%]

使用 Laya.loader 加载 .fnt 文件的BUG 使用 Laya.loaderLoader.FONT 类型加载 .fnt 文件 会无限抛出 Event.PROGRESS 事件卡在50%进度。 因为我想看源码,所以我用的是最后一个能看源码的版本2.1.2,我不知道后面的版本有没有修复,源码是...

来源: Laya_社区 发布时间: 20200602

5. Laya.loader加载BUG [ 94%]

Laya.loader加载BUG 加载图片的时候,源码里这一步会的url为“”的时候,会执行this.onLoaded(null)这一步_ _proto.load=function(url,type,cache,group,ignoreCache,useWorkerLoader){         (cache===void 0)&& (cache=true);         (ignoreCache===void 0)...

来源: Laya_社区 发布时间: 20200427

6. 使用loader无法加载超链接的图片 [ 93%]

使用loader无法加载超链接的图片 2016-01-07 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 1 个回复 cuixueying 赞同来自:   该问题已经修复,最新版本LayaFlash 2.4.0版本已经更新如下:   ...

来源: Laya_社区 发布时间: 20160107

7. MovieClip 的 bug [ 92%]

...,临时你也可以通过修改代码来添加保护:var data:*; data=Loader.getRes(_url); if (!data) { event(Event.ERROR,"file not find"); return; } //保护修改-----start------------------ var atlasData:Object = Loader.getAtlas(_atlasPath); if(!atlasData) { event(Event.ERROR,"file not find")...

来源: Laya_社区 发布时间: 20180910

8. 【BUG】加载的url中有错误url时,laya偶现加载complete不回调 [ 92%]

... { url: this.zombie_anim_path4 }, { url: this.zombie_anim_path5 }, ]; Laya.loader.retryNum = 0; Laya.loader.create(res3DArr, Laya.Handler.create(this, this.onRes3DLoaded), null);   结论:onLoad时checkNext触发endLoad,会重置customParse属性,onError的时候没有触发这个逻辑,导...

来源: Laya_社区 发布时间: 20180305

9. Unity插件与LAYAAIR加载的天空盒子BUG与修改方法 [ 92%]

...   Laya3D._onTextureCubeLtcLoaded Laya3D._onTextureCubeLtcLoaded=function(loader,ltcData){         if (loader._class.destroyed){             loader.endLoad();             }else {             var ltcBasePath=URL.getPath(loader.url);            ...

来源: Laya_社区 发布时间: 20180508

10. layaair2-cmd compile 有bug [ 91%]

...les/graceful-fs/fs.js:1:37)     at Module._compile (internal/modules/cjs/loader.js:956:30)     at Object.Module._extensions..js (internal/modules/cjs/loader.js:973:10)     at Module.load (internal/modules/cjs/loader.js:812:32)     at Function.Module._load (internal/modules/cjs/loader.js:724:...

来源: Laya_社区 发布时间: 20210420