大约有 65 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0040 秒)
图片加载失败是什么原因,我该怎么让美术改图 代码: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
INSTALL_FAILED_NO_MATCHING_ABIS 发布安卓APP的时候,模拟器报INSTALL_FAILED_NO_MATCHING_ABIS这个错误,按照 所说的,我的模拟器是 所有都试过了,但是还是没用,请问要怎么解决呢? 附件 : --> 2017-02-16 添加评论 免费帖 --> 分享 微博 QZONE 微...
来源: Laya_社区 发布时间: 20170216
QQ玩一玩Image无法显示Base64图片 Retry to load: data:image/png;base64, Retry to load: data:image/png;base64,xxxxxxxxxxxxxxxxxxx const PNG_LOADING = 'data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAIAAAACACAYAAADDPmHLAAAACXBIWXMAAAsTAAALEwEAmpwYAAAKTWlDQ1BQaG90b3Nob3AgSUNDIHByb2ZpbGUAAH...
来源: Laya_社区 发布时间: 20181031
"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
位图字体不显示 我按照技术文档打出来的 但是不知道怎么回事自提并没有显示出来也没有报错这是怎么回事 后面我在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
Laya.SoundManager.playSound 无法播放出音效 一开始是按照引擎示例,直接调用的 Laya.SoundManager.playSound("sfx/hit01.mp3",1); 但是发现不能正常播放,也没有任何错误提示 然后尝试先调用Laya.loader.load("sfx/hit01.mp3",new Laya.Handler(this,this.onBgmCompl...
来源: Laya_社区 发布时间: 20180422
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
h5发布后,访问不到图片? 如图,创建一个LayaAir UI示例项目,发布后,直接用本地iis目录访问的方式,图片访问不到,路径都不对~~这是咋回事? 另外LayaAir 3D示例项目上的贴图倒是正常的。 附件 : --> 2018-01-12 添加评论 免费帖 ...
来源: Laya_社区 发布时间: 20180112
(有图片附件)图集用的atlas 在LayaAir里可以正常跑,但是发布后,运行报错 Failed to load file.Cross origin requests are Failed to load file:///H:/WeChatQ1Snake/release/layaweb/v1.0.0/res/atlas/images.atlas: Cross origin requests are only supported for protocol schemes: http, ...
来源: Laya_社区 发布时间: 20180412