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

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

171. 微信小游戏里面使用BitmapFont加载时会报错,处理方式如下: [ 54%]

...加DOM_PARSE 下载附件JS,在game.js里面添加   window.Parser = require("./js/dom_parser"); 然后在给子域发消息的时候由于XML解析完是一个Object不能被序列化,暂时处理方式就是不给子域发消息 在laya.wxmin.js文件里面 /*__JS__ */wx.postMessage({url:url...

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

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

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

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

173. 发布到微信小游戏提示Cannot read property 'Common' of undefined [ 54%]

...把matter.js加入了libs中。并且在game.js中加入了 let matter = require("libs/matter.js"); window.Matter = matter; 但是依然没有解决问题 2018-05-12 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 1 个回复 ...

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

174. 打包的apk无法正确运行(laya动画过后就黑屏) [ 53%]

...的apk无法正确运行(laya动画过后就黑屏) 使用ts开发,requirejs来加载模块,在电脑上是能正确运行的,但是打包成apk后就不行了 ts配置是 "module": "umd", "target": "es5",   index下的js就这样 <!--自定义的js(src文件夹下)文件自动添加...

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

175. 火狐浏览器运行出现花屏 [ 53%]

... it. This may be slow. Error: WebGL warning: texSubImage2D: This operation requires zeroing texture data. This is slow. 2018-09-19 0 0 分享 微博 QZONE 微信 为什么被折叠? 0 个回复被折叠 要回复问题请先登录 发起人 周小虎 相关问题 Layabox 2.0 bate5 运行编译之后...

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

176. 微信小游戏加载ProtoBuf文件和图片加载问题 [ 53%]

...接 提交 1 个回复 zhuijie 赞同来自: 已解决, let ProtoBuf = require("./libs/protobuf.min.js"); window.dcodeIO = ProtoBuf;   2018-03-01 0 2 分享 微博 QZONE 微信 为什么被折叠? 0 个回复被折叠 该问题目前已经被锁定, 无法添加新回复 发起人 zhuijie 相关...

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

177. 苹果审核被打回 [ 53%]

...ter to explain how this feature works. The next submission of this app may require a longer review time, and this app will not be eligible for an expedited review until this issue is resolved. 2019-07-30 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内...

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

178. bundle.js 没有更新新提交的代码 [ 53%]

...E 微信 小智队长 赞同来自: semantic error TS2354: [31mThis syntax requires an imported helper but module 'tslib' cannot be found.[39m at error (D:\AppInstall_Paht\LayaBoxIDE2.5.0\resources\app\node_modules\rollup\dist\rollup.js:9402:30) at Object.error  2020-02-12 0 0 分享 微博 QZONE ...

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

179. 教你微信小游戏使用服务端gzip数据。 [ 53%]

...直接百度,npm下载就可以了 然后 //暴露一下 window.Pako = require('./pako_inflate.min.js'); wx.request({   url: '请求地址',   responseType: 'arraybuffer',    success(res) {     console.log(fromCharCode(Pako.inflate(new Uint8Array(res.data))));   } }); //处理中文 functio...

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

180. 为什么小游戏的发布非要把所有js打包到一个js里? [ 53%]

...到的js都打包在一起, 分开的js文件,在微信的game.js里写require("xxx.js")就可以了 2018-05-02 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 1 个回复 w1114367261 赞同来自: 发布后的js是有一...

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