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

大约有 622 项符合查询结果, 库内数据总量为 31,560 项。 (搜索耗时: 0.0051 秒)

131. 带骨骼动画模型加载问题,加载没有刚体效果、动画Animator销毁报错 [ 74%]

带骨骼动画模型加载问题,加载没有刚体效果、动画Animator销毁报错 3D模型导出来lh文件的结构为: Sprite3D     child         Sprite3D             components                 Animator                 Rigidbody             child  ...

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

132. 粒子编辑器黑屏 [ 74%]

粒子编辑器黑屏 只要新建粒子 和双击粒子文件 就会黑屏 卡死/ Fri Sep 08 2017 10:22:34 GMT+0800 (中国标准时间):GlobalError:出错啦,请把此信息截图给研发商 Uncaught TypeError: Cannot read property 'addChild' of null TypeError: Cannot read property 'addChild'...

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

133. [LayaAir3]addComponent(Laya.Rigidbody3D); 报错 [ 74%]

...a.addComponent(Laya.Rigidbody3D);     }   报错 TypeError: Cannot read properties of undefined (reading '__className')  使用版本laya 3.1.0 beta3 ,  老版本3.0.10打包web复制不了animationcontroller,更新到这个版本出现了另外的问题,设置rigidbody3d ...

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

134. 有人遇到GetType 的问题吗? laya2.0 [ 74%]

有人遇到GetType 的问题吗? laya2.0 TypeError: Cannot read property 'GetType' of null laya.physics.js:430     at box2d.b2Fixture.GetType (/Users/kahreman/laya/q3_client/trunk/bin/libs/laya.physics.js:430:206)     at box2d.b2ContactFactory.Create (/Users/kahreman/laya/q3_client/trunk/bin...

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

135. 小游戏子域程序加载到图集后,取图集内资源报错。 [ 74%]

小游戏子域程序加载到图集后,取图集内资源报错。 MsgMgr.instance.init(); Laya.timer.once(1000,this,function():void{ beginLoad(); }); private function beginLoad():void { Laya.loader.load("res/images/rank.json", Handler.create(this, onLoaded)); } private function onLoaded():void ...

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

136. spine适配版微信开发者平台报错 [ 73%]

spine适配版微信开发者平台报错 是漏了什么操作,在浏览器上运行时没有问题的VM514 WAGame.js:2 TypeError: Cannot read property 'findRegion' of undefined     at t.AtlasAttachmentLoader.newRegionAttachment (spine-core-3.8.min.js:1)     at e.readAttachment (spine-core-3...

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

137. 场景进行destroy销毁后,再次加载同一场景,就会报错 [ 73%]

场景进行destroy销毁后,再次加载同一场景,就会报错 laya.core.js:13721 at Scene3D.__proto._activeHierarchy (file:///D:/H5/bin/libs/laya.core.js:13721:28)   at Scene3D.__proto._onAdded (file:///D:/H5/bin/libs/laya.core.js:13770:58)   at Scene3D.__proto._setParent (file:///D:/H5/...

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

138. 加载时间轴动画报错 [ 73%]

加载时间轴动画报错 代码如下: this.ani = new Laya.Animation(); this.ani.loadAtlas("res/atlas/comp.json", Laya.Handler.create(this, showApe));   function showApe(){ this.ani.loadAnimation("TimeLine.ani"); Laya.stage.addChild(this.ani); this.ani.play(); }   运行时报 TypeError:Can...

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

139. ide升级到LayaAirIDE_1.7.0_beta 后启动调试器报错 [ 72%]

ide升级到LayaAirIDE_1.7.0_beta 后启动调试器报错 Error processing "evaluate": TypeError: Cannot read property 'api' of undefined at ChromeConnection.get api [as api] (d:\LayaAirIDE_1.7.0_beta\resources\app\extensions\laya-debug\node_modules\vscode-chrome-debug-core\out\src\chrome\chromeCo...

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

140. linux系统运行layaair-cmd报错 [ 72%]

linux系统运行layaair-cmd报错 安装layaair-cmd没问题了,运行命令时报错: Platform does not support. /data/node_v8/lib/node_modules/layaair-cmd/layaair-cmd-resourceVersion.js:57 exit(1); ^ ReferenceError: exit is not defined at Object.<anonymous> (/data/node_v8/lib/node_modu...

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