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

大约有 2,910 项符合查询结果, 库内数据总量为 31,580 项。 (搜索耗时: 0.0065 秒)

51. Got a response from the target app, but no target pages found [ 90%]

Got a response from the target app, but no target pages found 使用IDE1.7.16beta,新建一个项目,点击运行,就出现了下图显示的错误 附件 : --> 2018-03-28 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交...

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

52. When asking questions, remember these two tips: [ 89%]

When asking questions, remember these two tips: When asking questions, remember these two tips: Instead of asking “how to do X in LayaBox”, ask “how to solve Y in LayaBox”. In other words, don’t ask how to implement a particular solution, instead describe the problem at hand. Stating the ...

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

53. DOMException: The play() request was interrupted by a call to pause [ 89%]

DOMException: The play() request was interrupted by a call to pause 太过频繁播放声音导致 /** 当前引擎版本。*/         public static var version:String = "1.7.8"; 附件 : --> src.zip 2017-08-15 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已...

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

54. Laya2.0编译后所有js都自动合并到bundle.js中,导致bundle.js过大,加载速度很慢,bundle.js可以拆分吗 [ 89%]

...                     /* Specify library files to be included in the compilation. */     // "allowJs": true,                       /* Allow javascript files to be compiled. */     // "checkJs": true,                       /* Report errors in .js files. */     ...

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

55. Cannot connect to runtime process, timeout after 10000 ms - (reason: Cannot connect to the targ 如何解决 [ 89%]

...ct to runtime process, timeout after 10000 ms - (reason: Cannot connect to the targ 如何解决 2017-05-26 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 2 个回复 dashiming 赞同来自: 在编辑这个输出屏幕时   ...

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

56. 播放BGM,soundmanager.play()方法报错。 [ 89%]

...)方法报错。 Uncaught (in promise) DOMException: play() failed because the user didn't interact with the document first. 为什么会报 Uncaught (in promise) DOMException: play() failed because the user didn't interact with the document first. 这个错误呀? 有没有高手给解答一下...

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

57. Cannot enlarge memory arrays. [ 89%]

Cannot enlarge memory arrays. Cannot enlarge memory arrays. Either (1) compile with -s TOTAL_MEMORY=X with X higher than the current value 16777216, (2) compile with -s ALLOW_MEMORY_GROWTH=1 which allows increasing the size at runtime but prevents some optimizations, (3) set Module.TOTAL_MEMORY to ...

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

58. 在Laya中使用Matter.js的最简示例 (JS) [ 89%]

...d = Bodies.rectangle(400, 500, 810, 60, { isStatic: true }); // add all of the bodies to the world World.add(engine.world, [boxA, boxB, ground]); // run the engine Engine.run(engine); // run the renderer Render.run(render);显示效果如下 但是这还没有用Laya来渲染,需要做下面的修...

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

59. 微信小游戏中加载unity导出的场景报错the .lh file root type must be Scene [ 88%]

微信小游戏中加载unity导出的场景报错the .lh file root type must be Scene 报错:the .lh file root type must be Scene。 看了下代码,是读取的.ls文件并不是按照数组方式读取的,而是安装字符串读取进来的,所以导致判断type失败:       /**...

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

60. WebSocket connection to 'ws://192.168.0.8:8102/' failed: Invalid frame header [ 88%]

...来自: 搜索到一些资料,说是字节长度问题。 How long are the message you are trying to send If it's larger than 125 bytes you need to encode the length in a different manner i.e you must take the extended payload length into consideration. – Cyclonecode Jul 7 '15 at 10:22 Right...

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