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

大约有 5,997 项符合查询结果, 库内数据总量为 31,722 项。 (搜索耗时: 0.0109 秒)

5401. laya app构建之后 在andriod stuido运行代码报错 [ 50%]

laya app构建之后 在andriod stuido运行代码报错 报错问题已经是在laya里改过了。并且浏览器是可以运行的,在构建之后还是报错,怀疑构建的代码没有更新,这个问题怎么解决?? 附件 : --> 2021-06-30 添加评论 免费帖 --> 分享 微博 Q...

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

5402. [LayaAirIDE3]咱能不能给文档加一个反馈入口啊,一堆bug还有错别字 [ 50%]

[LayaAirIDE3]咱能不能给文档加一个反馈入口啊,一堆bug还有错别字 文档内的蓝链有好多根本无法跳转,这里举两个例子 文档读着读着甚至会卡死,而且换设备换网也会卡死,下面的链接是网盘视频 链接:https://www.123865.com/s/JH1SVv...

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

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

...: string = "333.json"; private loadedMap; constructor() { this.loadedMap = Laya.Loader["loadedMap"];  Laya.init(720, 1280, Laya.WebGL); Laya.Stat.show(0,0); Laya.stage.alignH = "center"; Laya.stage.alignV = "middle"; Laya.stage.scaleMode = "fixedwidth"; console.log("iswebgl:", Laya.Render.isWebGL);...

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

5404. unity导出动画如何使用 root motion node [ 50%]

...ot motion node 以后导出会报错。要怎么样避免错误?或者在laya3d里面有没有其他方式使用动画位移?   KeyNotFoundException: The given key was not present in the dictionary. System.Collections.Generic.Dictionary`2[System.String,System.Collections.Generic.List`1[System.S...

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

5405. Browser.window.open 手机浏览器打不开网页 [ 50%]

...浏览器播放mp3出现The AudioContext was not allowed to start. 通过laya嵌入iframe 后 原本laya禁止微信浏览器里面的上下滑动,又开始上下滑动了 我刚开始使用layabox,发布了一个h5,但是手机上应该怎么打开这个网页呢 发布H5后通过网页打开...

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

5406. 有个问题想不明白,请教一下。为什么List的selectedIndex要对List进行重新渲染 [ 50%]

...先登录 发起人 momo199059 相关问题 unity导出粒子文件问题 laya针对页游耗用内存大的问题是如何解决的? liblayaair.so 总是崩溃,有没有官方人员帮忙解决一下啊 LayaAir3D UnityPlugin 使用须知-版本更新-问题解答(最新版本:1.7.16) 关...

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

5407. 微信上SoundManager无法关闭背景音乐 [ 50%]

微信上SoundManager无法关闭背景音乐 Laya.SoundManager.playMusic("hall.mp3"); Laya.SoundManager.setMusicVolume(0); Laya.SoundManager.musicVolume = 0; Laya.SoundManager.musicMuted = true;   播放音乐后,关闭背景音乐的3行代码都不起作用。 测试设备1:iphone6(10.2.1)...

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

5408. exception info:[TypeError:undefined is not an object(evaluating'tInfo[0].attributes')] at line 764 [ 50%]

...回复 archerxy 赞同来自: cuixueying 看到错误那行代码了,在laya.core.js里764行             var tPadding=tInfo[0].attributes["padding"].nodeValue; 找到最终问题了,fnt文件格式问题 2017-05-24 1 0 分享 微博 QZONE 微信 cuixueying 赞同来自: 这个需要你...

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

5409. IDE报错 [ 50%]

... of undefined at ChromeConnection.get api [as api] (c:\Program Files (x86)\LayaBox\LayaAirIDE\resources\app\extensions\laya-debug\node_modules\vscode-chrome-debug-core\out\src\chrome\chromeConnection.js:56:28) at ChromeDebugAdapter.get chrome [as chrome] (c:\Program Files (x86)\LayaBox\LayaAirIDE\re...

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

5410. 重力感应 Accelerator 发布微信游戏后失效。是因为什么? [ 50%]

...r 发布微信游戏后失效。是因为什么? Accelerator.instance.on(Laya.Event.CHANGE, this, monitorAccelerator); function monitorAccelerator(acceleration, accelerationIncludingGravity, rotationRate, interval) {         let x = accelerationIncludingGravity.x;         let y = accelerat...

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