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

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

51. 正常运行的2.1升级到2.2.0出现循环依赖的错误,这是咋回事丫 ? [ 58%]

...引用, 可以调试. 发布也用旧的脚本 .    const uglify = require(ideModuleDir + "gulp-uglify"); 改为 const uglify = require(ideModuleDir + "gulp-uglify-es").default;     mangle: false    这样压缩也不会错了 ,完美.   2019-08-01 0 1 分享 微博 QZONE 微...

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

52. 原项目使用了requirejs动态加载编译小游戏问题 [ 58%]

原项目使用了requirejs动态加载编译小游戏问题 原项目使用了requirejs动态加载,是不是无法直接编译出小游戏项目 2018-07-06 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 1 个回复 Laya_...

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

53. 新建开放域项目,发布后的文件放入微信项目内开放域项目目录就会报错 [ 57%]

...缺少代码,添加下面的代码可以解决问题。 window.loadLib = require; loadLib("weapp-adapter.js");   另外,发布目录的index.html没有意义,可以删除。 2019-06-26 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的...

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

54. chrome里运行游戏 游戏声音听不见 [ 57%]

...y-policy 然后在高亮的选项中,将Default 换成No user gesture is required   操作步骤参照截图       2018-05-15 0 0 分享 微博 QZONE 微信 为什么被折叠? 0 个回复被折叠 该问题目前已经被锁定, 无法添加新回复 发起人 一念天堂 相关问题 写个...

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

55. 【分享】微信小游戏解析xml适配 [ 56%]

...解析xml适配 附件中的xml解析库 引入方式:  window.Parser = require("./js/dom_parser");       附件 : --> js.rar 2018-01-03 3 条评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 18 个回复 s_hao 赞同来自: 大...

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

56. 引用第三方Js库一直失败,无法解析 [ 56%]

...可以了,例如你引入了decimal.js文件,你可以window.Decimal = require("lib/decimal.js"); 2021-06-28 0 0 分享 微博 QZONE 微信 为什么被折叠? 0 个回复被折叠 要回复问题请先登录 发起人 懒货 相关问题 2.0一不小心删了bin目录下的某个场景json文...

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

57. laya转小游戏后小游戏物理引擎Matter.js找不到 [ 56%]

...自: 在小游戏的game.js内,引用code.js前加一段 window.Matter = require("XX路径/matter.js"); 固然可以解决问题,但还需要手动维护。不建议这样操作。   这个问题是小游戏的window域引起的,后面版本的引擎层会直接解决,当前我上传一个m...

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

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

...t;>after I/LayaBox: found the file in the package:app.json I/LayaBox:  require(/sdcard/layabox/scripts/scripts/index.js) I/LayaBox:  require(/sdcard/layabox/scripts/index.js) I/LayaBox: found the file in the package:scripts/index.js I/LayaBox:  =================================================...

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

59. the server responded with a status of 404 (Not Found) [ 55%]

...s/@types/node/base.d.ts' not found. ide2.6.0beta编译报错:This syntax requires an imported helper but module 'tslib' cannot be found Swift中接入其他都正常,但是在你们的conchConfig中,报错'string' file not found fatal error: 'string' file not found 2.0动效模板,报错 can...

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

60. iOS 接入微信登录,配置了"Other Linker Flags"中加入"-Objc -all_load"后编译不通过 [ 54%]

...啊 ld: warning: ignoring file ../LayaRuntime-iOS/libs/libcurl.a, missing required architecture i386 in file ../LayaRuntime-iOS/libs/libcurl.a (2 slices) Undefined symbols for architecture i386: "_zip_file_set_external_attributes", referenced from: _zip_dir_add in libconch.a(zip_dir_add.o)...

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