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

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

181. 角色碰撞器添加复合型碰撞形状,报错Qt[a[((a[(t >> 2)] + 8) >> 2)]] is not a function [ 91%]

...复合型碰撞形状,报错Qt[a[((a[(t >> 2)] + 8) >> 2)]] is not a function        <<<<<<<<报错: //飞机 let plane = scene.getChildByName("plane") as Laya.MeshSprite3D; let character: Laya.CharacterController = plane.addComponent(Laya.CharacterControl...

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

182. 新建的ui示例项目,报错ui is not defined [ 91%]

新建的ui示例项目,报错ui is not defined 附件 : --> 2018-07-09 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 4 个回复 131*****199 赞同来自: 解决了,是之前fairygui配置遗留的问题。把laya卸...

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

183. ide导出ui时,UI代码显示不正常在小游戏中会报错:gameThirdScriptErrorn.sort is not a function [ 91%]

...代码显示不正常在小游戏中会报错:gameThirdScriptErrorn.sort is not a function 编辑好IDE后发布时,可能因为元素的量太大引起的,导出的layaUI.max.all.js文件中相应的ui界面代码颜色为白色(正常为橙、绿、白)如图,在本地可以正常运...

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

184. the maxParticleCount multiply mesh vertexCount is large than 65535. [ 91%]

the maxParticleCount multiply mesh vertexCount is large than 65535. 导入该模型就报错 附件 : --> 2019-10-29 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 1 个回复 Jack杰 赞同来自: 151*****405 在unity里面...

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

185. [IDE2.7.0]unity插件导出加载提示Uncaught Scene data is error:sample/Conventional/Main.ls [ 91%]

[IDE2.7.0]unity插件导出加载提示Uncaught Scene data is error:sample/Conventional/Main.ls 我用2.7.0的插件,2018.4.7f的unity版本,在unity里点插件RUN是正常的,导出后,通过 Laya.Scene.load('sample/Conventional/Main.ls',Laya.Handler.create(this,this.onComplete)); 这个...

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

186. 使用动效模版的时候报错:ui is not defined [ 91%]

使用动效模版的时候报错:ui is not defined   附件 : --> 2019-04-01 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 1 个回复 Laya_Aaron 赞同来自: 升级到最新的IDE 更新到最新的引擎库, 新版...

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

187. 加载3D资源时报错 No 'Access-Control-Allow-Origin' header is present on the requested resource. [ 91%]

加载3D资源时报错 No 'Access-Control-Allow-Origin' header is present on the requested resource. 我把3D资源放到cdn服务器上,在加载.lh, .ls, .lm等3D资源时报错 No 'Access-Control-Allow-Origin' header is present on the requested resource. 资源域名和index.html不在一个...

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

188. 求助 Uncaught ReferenceError: Laya3D is not defined [ 91%]

求助 Uncaught ReferenceError: Laya3D is not defined  这个Uncaught ReferenceError: Laya3D is not defined 是我没导入包吗? 下面是index中的部分导入 <script type="text/javascript" src="libs/laya.d3.js"></script> <script type="text/javascript" src="libs/laya.core.js"...

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

189. 导出QQ玩一玩项目后在厘米秀引擎上运行时报错:'Browser._window.addEventListener' is undefined) [ 91%]

...项目后在厘米秀引擎上运行时报错:'Browser._window.addEventListener' is undefined) 导出QQ玩一玩项目后在厘米秀引擎上运行时报错:'Browser._window.addEventListener' is undefined)。 请大神帮忙看看什么原因导致。谢谢   附件 : --> 2018-11-01 1 条评...

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

190. TS开发的项目使用了crypto-js加密,浏览器正常,微信小游戏提示CryptoJS is not defined [ 91%]

...使用了crypto-js加密,浏览器正常,微信小游戏提示CryptoJS is not defined npm安装了CryptoJS ,并且把整个包放入了bin/libs目录下,   index.js也引用了对应的js文件:   github上下了CryptoJS的.d.ts文件,也已经放入了工程目录下,   浏览器...

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