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

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

11. 【经验分享】如何让ts项目支持装饰器语法,以及自动化发布相关的一些东西 [ 45%]

...: 'node_modules/**', }, onwarn: (waring, warn) => { if (waring.code == 'CIRCULAR_DEPENDENCY') { console.log('warnning Circular dependency:'); console.log(waring); } }, treeshake: false, plugins: [ typescript({ tsconfig: projPath + '/tsconfig.json', check: true, // Set to false to avoid doing any ...

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

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

...官方示例 真机报错 window is not defined 循环依赖不能运行 Circular dependency: ui list 里面的元素不能点击两次 Laya 安卓端 在服务端运行指令layadcc ./ 后进不去,提示 assetId is old 和 init dcc fail。然后过五六个小时后才不会报这个错。。才...

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