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

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

1. Layacmd工具,在https://www.npmjs.com/package/layacmd%E3%80%82无法获取 [ 100%]

Layacmd工具,在https://www.npmjs.com/package/layacmd%E3%80%82无法获取 2017-09-29 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 2 个回复 Laya_XS 赞同来自: 你的路径看似有空格,你试试用双引号括...

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

2. app构建IOS包 进入游戏提示加载游戏失败,可能由于你的网络不稳定,请退出重进 [ 95%]

...m = 3 2018-01-09 20:50:15.146 ZhuaWawa[2531:1863752] found the file in the package:shaders/todevVS.glsl 2018-01-09 20:50:15.147 ZhuaWawa[2531:1863752] found the file in the package:shaders/fillColorPS.glsl 2018-01-09 20:50:15.147 ZhuaWawa[2531:1863752] found the file in the package:shaders/drawImage...

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

3. dcc下载超时 [ 95%]

...js debug closed 07-04 20:55:28.185: I/LayaBox(7884): found the file in the package:scripts/runtimeInit.js 07-04 20:55:28.186: I/LayaBox(7884): found the file in the package:scripts/apploader.js 07-04 20:55:28.232: E/LayaBox(7884): >>>>>>>>>>>>>>>>>&...

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

4. 编译前(AS)和编译后(JavaScript)程序的行为是不一致的,求最佳实践和原理。 [ 93%]

...这有点坑爹啊,有没有在文档醒目的位置提醒开发者啊。package { public class LayaSample { public function LayaSample() { //初始化引擎 Laya.init(1136, 640); var func:Function = new A().method; func(); } } } package { public class A { private var _attr:int = 123; public funct...

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

5. dcc更新失效, 有代码, 100%复现, 三楼附临时解决办法 [ 92%]

...15:59:50.150 7562-7605/com.dihong.testdcc I/LayaBox: found the file in the package:scripts/runtimeInit.js 05-16 15:59:50.152 7562-7605/com.dihong.testdcc I/LayaBox: found the file in the package:scripts/apploader.js 05-16 15:59:50.197 7562-7605/com.dihong.testdcc E/LayaBox: >>>>>>&...

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

6. 打包缓存问题 [ 91%]

...置文件是从包中取的,日志中显示如下 found the file in the package:cache/192.168.200.3.8889/d66fbe1f   现在修改了其中一张表Achieve.json后,重新layadcc 后 第一次打开项目后日志显示xhr.get url=http://192.168.200.3:8889/configs/Achieve471a2538.json 第二次打...

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

7. [LayaAirIDE3]Laya3.1.0 使用fgui,使用过的fgui图集资源引用计数无法降到0,导致GPU无法清理 [ 91%]

...无法降到0,导致GPU无法清理 通过dispose(销毁组件),removePackage(移除Package),无法将对应Package图集资源的引用计数(_referenceCount)降到0,导致GPU无法清理,demo中提供加载package,创建GComponent和销毁GComponent,removePackage,以及对该package...

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

8. 2.5 oppo包 资源加载问题 快来看下 有测试工程! [ 89%]

...layarepublic\oppo\quickgame-toolkit 这个目录下的node_modules目录和package.json以及package-lock.json  2020-03-21 0 0 分享 微博 QZONE 微信 为什么被折叠? 0 个回复被折叠 要回复问题请先登录 发起人 胡百川 相关问题 加载到舞台的3D模型不显示贴图 ...

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

9. 示例打地鼠发布打包后提示TypeError: this.preinitialize is not a function [ 89%]

...I/LayaBox: start thread:image decode,2987 I/LayaBox: found the file in the package:shaders/todevVS.glsl I/LayaBox: found the file in the package:shaders/fillColorPS.glsl I/LayaBox: found the file in the package:shaders/drawImagePS.glsl I/LayaBox: found the file in the package:shaders/fillImagePS.gls...

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

10. event自定义事件的问题 [ 89%]

...个trace,事件没有派发成功,下面是testDemo LayaSample类: package { import laya.display.Sprite; public class LayaSample extends Sprite{ public static var event:String = "event"; public function LayaSample() { super(); //初始化引擎 Laya.init(1136, 640); var re:Revent = new Revent(...

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