大约有 75 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0030 秒)
Laya.URL.basePath加载不到网络资源 var resArray = [ { url: "res/atlas/images.atlas", type : Laya.Loader.ATLAS}, // { url: "res/swf/flash.json", type: Laya.Loader.JSON}, // { url: "images/background.png", type : Laya.Loader.IMAGE}, ]; Laya.loader.load(resArray, Laya.Handler.create(this, th...
来源: Laya_社区 发布时间: 20180531
Maximum call stack size exceeded 本人是一个laya小白 在学习的过程中出现这个 stack溢出的问题 在运行这个demo 点round1切换场景时 出现这个错误 附件 : --> test2.rar 2019-03-29 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已...
来源: Laya_社区 发布时间: 20190329
XMLHttpRequest cannot load 生成的h5文件,在电脑上的浏览器上打开,就出现加载不出来…… 附件 : --> 2018-01-29 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 2 个回复 qian 赞同来自: 你这...
来源: Laya_社区 发布时间: 20180129
INSTALL_FAILED_NO_MATCHING_ABIS 发布安卓APP的时候,模拟器报INSTALL_FAILED_NO_MATCHING_ABIS这个错误,按照 所说的,我的模拟器是 所有都试过了,但是还是没用,请问要怎么解决呢? 附件 : --> 2017-02-16 添加评论 免费帖 --> 分享 微博 QZONE 微...
来源: Laya_社区 发布时间: 20170216
Failed to construct 'AudioContext' laya.core.js:12479 Uncaught DOMException: Failed to construct 'AudioContext': The number of hardware contexts provided (6) is greater than or equal to the maximum bound (6) 将游戏嵌入超过六个ifarm就会报错,主要是低于谷歌70版本的浏览器 ...
来源: Laya_社区 发布时间: 20190307
图片加载失败是什么原因,我该怎么让美术改图 代码:var handani = new Laya.Animation() handani.loadImages(["fresh/hand1.png","fresh/hand2.png"],"handani") handani.frames = ["fresh/hand1.png","fresh/hand2.png"] handani.interval = 150 handani.zOrder = 10000 handani.pos(point.x+50...
来源: Laya_社区 发布时间: 20171117
"Failed to execute 'texImage2D' on 'WebGLRenderingContext' "Failed to execute 'texImage2D' on 'WebGLRenderingContext': No function was found that matched the signature provided." 加载3d 模型总是报这个错误,png的图片都无法用,只能改成jpg的,想问一下是什么原因导...
来源: Laya_社区 发布时间: 20180205
图集修改以后加载的问题 一开始是没问题的,后来添了一些新图,于是图集改了一下,路径也改了,代码里面的路径自然也改了。 但是编译的时候发现错误,程序还在试图从原来的路径加载,虽然修改后的图集也能用。 错...
来源: Laya_社区 发布时间: 20191124
位图字体不显示 我按照技术文档打出来的 但是不知道怎么回事自提并没有显示出来也没有报错这是怎么回事 后面我在bin文件夹下 建了个H5文件夹 在建了个res 文件夹把资料放进去 控制台显示 [warn]Retry to load: res/ziti.fnt [warn]R...
来源: Laya_社区 发布时间: 20170811
ts项目加载version.json失败 class GameMain{ constructor() { Laya.init(1280,760); Laya.ResourceVersion.type = Laya.ResourceVersion.FILENAME_VERSION; Laya.ResourceVersion.enable("version.json", Laya.Handler.create(this, this.beginLoad)); } private beginLoad(): void { console.debug("aaaaaaaaaaaaa...
来源: Laya_社区 发布时间: 20180416