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

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

121. 为模型指定地形材质报错 [ 67%]

...: 'splatAlpha' : undeclared identifier ERROR: 0:285: 'a' : field selection requires structure or vector on left hand side 2017-06-15 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 2 个回复 183*****755 赞同来自: 不能...

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

122. 微信开发者工具出现错误:Laya3D init error must support webGl [ 66%]

...:111146:16)     at http://127.0.0.1:38102/game/code.js:111237:1     at require (http://127.0.0.1:38102/game/__ ... :13718)     at http://127.0.0.1:38102/game/__ ... 13432     at http://127.0.0.1:38102/game/game.js:4:1     at require (http://127.0.0.1:38102/game/__ ... :13718)     at http...

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

123. 微信小游戏:HTMLDivElement的使用 [ 66%]

...要开发者在game.js里单独的引入xml解析文件,用法如下: require("weapp-adapter.js"); window.Parser = require("./js/dom_parser");这里还需要引入LayaAir引擎库,AS3跟JS或TS不一样,这里自行引入即可。 代码片段: var p = new HTMLDivElement(); Laya.stage.addC...

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

124. [LayaAir3]3.2中,多个平台默认不支持bullet wasm物理库 [ 66%]

...异常,截图如下:   微信小游戏中,手动修改game.js,将require("libs/laya.bullet.wasm.js")修改为WXWebAssembly.instantiate("libs/bullet.wasm")后才能正常加载bullet.wasm,游戏运行才正常。   抖音小游戏中,手动修改game.js,将require("libs/laya.bullet.wa...

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

125. 播放背景音乐的问题 刚打开 桌面调试出现报错Uncaught (in promise) DOMException: play() [ 66%]

...,Chrome下chrome://flags/#autoplay-policy,然后选No user gesture is required 。 2018-07-10 2 0 分享 微博 QZONE 微信 anghuo 赞同来自: 自己顶一下!先 2018-06-09 0 0 分享 微博 QZONE 微信 老衲当时慌了 赞同来自: 在最新版的Chrome浏览器(以及所有以Chrom...

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

126. websocket 中 protobuf 数据的发送与接收的具体方法是怎样的? [ 65%]

...001; JOIN_GAME = 0x00000002; EXIT_GAME = 0x00000003; } message LoginGame { required string account = 1; // 账号 required string passwd = 2; // 密码 }第一次使用protobuf与服务端通讯,有点疑惑。以往使用json格式的数据通讯时,可以将协议名称写入json里一并发...

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

127. 打包native报错 [ 65%]

...he package:app.json   2019-06-18 13:34:09.276568+0800 test1[6479:65523]  require(/sdcard/layabox/scripts/index.js) 2019-06-18 13:34:09.277721+0800 test1[6479:65523] found the file in the package:scripts/index.js   2019-06-18 13:34:09.279091+0800 test1[6479:65523]  ===============================...

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

128. layaBOX实时语音聊天与微信登陆接口分享 [ 65%]

...语音接口 nodejs 安装 模块   npm install yimwx-api var YIM = require("yimwx-api"); var io = require("socket.io").listen(8800); var app = express(); var router = express.Router(); var token = "213123";//微信上的自定义TOKEN 用于签名验证 YIM.appkey = "123123123"; YIM.appsecret ...

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

129. 1.7.9LayaIDE 发布出现Cannot find module 'colors'错误 [ 65%]

...e (module.js:470:15) at Function.Module._load (module.js:418:25) at Module.require (module.js:498:17) at require (internal/module.js:20:19) at Object.<anonymous> (/private/var/folders/g5/h6n06svn2z315kkr_yd3sl340000gn/T/AppTranslocation/00AE3A00-14A8-45D8-BBAE-FCEFB0982E0B/d/LayaAirIDEMac_1.7....

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

130. 关于增加 laya.physics3D.js 超过4M后的分包问题 [ 65%]

...js/bundle.js,libs/*, game.js,index.js 5. 修改sub1/game.js window.loadLib=require,require("index.js"); 6. 修改sub1/index.js,只加载放在分包里面的libs库,和 js/bundle.js 7. 做了分包处理之后,微信开发者工具会自动识别分包并且可以允许上传8M,但...

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