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

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

71. layaAir IDE 1.7.5 调试 chrome , 运行几十秒就关闭chrome,弹出如下提示 [ 54%]

...,弹出如下提示 Cannot connect to runtime process, timeout after 10000 ms - (reason: Cannot connect to the target: "port" option should be >= 0 and < 65536: 92222). 2017-06-20 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接...

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

72. Laya.timer.loop() 报错 Cannot read property 'loop' of null [ 53%]

...x0; this.y = this.y0; Laya.timer.loop(20, this, this.frameWork); // 每 20 ms 执行一次 } private frameWork():void{ this.y = this.y0 + 10 * (this.n % 3); alert("move "); } }代码放在一个 Image 组件的 runtime 中,实现图片的循环移动,但是 这句代码 :Laya.timer.loop(20, th...

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

73. 编译部署到layaCloud正式环境报错 [ 52%]

...署到layaCloud正式环境报错 [17:10:26] Finished 'package' after 71 ms [17:10:26] Starting 'deploy_to_layacloud_task'...  出错了:E:\gitApp\Felguard_TD_Server\server\gulpfile.js:348 throw new Error(result.ret+':'+result.msg);   出错了:  Error: 162:permission denied at Request._callback ...

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

74. 分享:常见 IDE 错误提示解决方案 [ 52%]

...型3: IDE错误:Cannot connect to runtime process, timeout after 10000 ms - (reason: Cannot connect to the target: connect ETIMEDOUT 127.0.0.1:9222).------可以参考开发者的解决方式(http://ask.layabox.com/question/4392)   以上报错可能是端口号冲突导致的,需要开...

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

75. 粒子会不会有内存泄漏? [ 52%]

... 是不是说明 粒子有内存泄漏? 我不断new Particle2D 100ms后销毁该实例 我也调用了sp.desotry(true) 内存还是飙升    == 后来又试了一下  用WebGL初始化就没问题,不用WebGL 初始化 内存就会随粒子实例数量飙升 附件 : --> 2017-01-03 添...

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

76. Laya构建App后AndroidStudio中用真机调试模式下运行,App打开了,但是不能打开游戏的问题。 [ 50%]

...ur E/MPlugin: Unsupported class: com.mediatek.common.telephony.IOnlyOwnerSimSupport 06-20 19:10:18.528 5371-5371/com.ReleaseTest.Four W/art: Attempt to remove local handle scope entry from IRT, ignoring 06-20 19:10:18.541 5371-5371/com.ReleaseTest.Four W/AwContents: onDetachedFromWindow called when ...

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

77. 模拟器分辨率问题 [ 50%]

...宽高都不是最终值,估计是还在初始化,只需要延迟个200ms左右再去取,就是最终值了。至于为什么启动时不对,就不知道了。 2018-03-21 0 0 分享 微博 QZONE 微信 Laya_Aaron 赞同来自: http://ldc.layabox.com/doc/?nav=zh-as-1-8-0 2018-03-16 0 0 分享...

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

78. 请问有没有关于编译选项的官方文档,比如/*[COMPILER OPTIONS:normal]*/这种的说明? [ 50%]

...是2M ADSL,所以在优化阶段,我们都会把模拟成2M的带宽200ms延迟下进行优化,让玩家能在网络稳定的情况下20s内进入到主游戏场景; 分包这种技术在大型页游的开发中,还是有必要的,而且手机网络的环境还没有PC端那么稳定;

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

79. layanative1.0 游戏运行一两个小时后帧率降到1 [ 49%]

...onchJNI onDrawFrame执行的时候非常长,每次达到了1~2s,正常3ms ant♑️ • 2022-02-10 12:16 目前无法定位是什么问题,所以没办法弄demo出来 ant♑️ • 2022-02-10 12:34 有没有什么办法可以定位问题? ant♑️ • 2022-02-10 12:35 或者有什么接口...

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

80. 编译异常 Note that you need plugins to import files that are not JavaScript [ 49%]

...js [17:24:32] Starting 'compile'... [17:24:33] 'compile' errored after 668 ms [17:24:33] Error: Unexpected token (Note that you need plugins to import files that are not JavaScript) at error (D:\LayaAirIDE2.3.0\resources\app\node_modules\rollup\dist\rollup.js:9402:30) at Module.error (D:\LayaAirIDE2...

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