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

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

261. [unity动画导出] unity导出3d动画报错 [ 91%]

...2018.4.23   使用插件导出动画. 勾选预烘焙骨骼后提示 Animator must have SkinnedMeshRenderer as Child !  请问这个应该要怎样处理   (没有勾选预烘焙骨骼)报错 KeyNotFoundException: The given key was not present in the dictionary. System.Collections.Generic.Diction...

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

262. 使用滤镜报错 [ 90%]

...0.3086, 0.6094, 0.0820, 0, 0,//B     0, 0, 0, 1, 0 //A ]; var grayscaleMatN = 0.8; var grayscaleMat = [     0.3086 * (1 - grayscaleMatN) + grayscaleMatN, 0.6094 * (1 - grayscaleMatN), 0.0820 * (1 - grayscaleMatN), 0, -40,//R     0.3086 * (1 - grayscaleMatN), 0.6094 * (1 - grayscaleMatN) + g...

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

263. https://ask.layabox.com/question/13181官方Demo运行不起来 [ 90%]

...---------sharedresize----------1------------------"); console.log(message.data.matrix); console.log("-----------------sharedresize------------2----------------"); if (message.data.matrix) { Laya.stage._canvasTransform = message.data.matrix;//重新设置矩阵 console.log(Laya.stage._canvasTransform...

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

264. Maximum call stack size exceeded [ 90%]

... size exceeded Uncaught RangeError: Maximum call stack size exceeded     at new EventDispatcher (laya.core.js:1027)     at new Node (laya.core.js:13292)     at new Sprite (laya.core.js:13871)     at new Scene (laya.core.js:23721)     at new GameMain (bundle.js:6)     at Function.getCompI...

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

265. 导出场景报错 [ 90%]

...eption: Method not found: 'UnityEngine.Texture2D.EncodeToPNG'. LayaExport.DataManager.saveData () LayaExport.DataManager.getData () LayaAir3D.exportResource (Boolean isDebug) (at Assets/LayaAir3D/LayaTool/LayaAir3D.cs:427) LayaAir3D.OnGUI () (at Assets/LayaAir3D/LayaTool/LayaAir3D.cs:331) System.Ref...

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

266. 微信小游戏报错 the .lh file root type must be Scene [ 90%]

...戏报错 the .lh file root type must be Scene 引擎版本1.7.17beta private screen3DPath: string = "res/layaScene/xiangsuqiche.ls"; public LoadScene3D(): Laya.Scene { console.log("screen#DPath = " + this.screen3DPath); let scene: Laya.Scene = Laya.Scene.load(this.screen3DPath); Laya.stage.addChild...

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

267. 在开发域绘制list后 显示出来了 但点击会报下面的错误 [ 90%]

...tError this._stage._canvasTransform.invertTransformPoint is not a function;at requestAnimationFrame callback function TypeError: this._stage._canvasTransform.invertTransformPoint is not a function at MouseManager.__proto.initEvent (subContext/code.js:2999:32) at MouseManager.__proto.runEvent (subCon...

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

268. 1.7.13打包发布web版本报错 [ 90%]

...ib\parse.js:204 throw new JS_Parse_Error(message, line, col, pos); ^ Error at new JS_Parse_Error (D:\LayaAirIDE_1.7.13\resources\app\node_modules\uglify-js\lib\parse.js:196:18) at js_error (D:\LayaAirIDE_1.7.13\resources\app\node_modules\uglify-js\lib\parse.js:204:11) at parse_error (D:\LayaAirIDE_1...

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

269. TypeError: Cannot read property 'length' of null [ 90%]

...b场景也包含预制体hero.prefab 在a场景通过Laya.Pool.getItemByCreateFun("hero", this.pHero.create, this.pHero)创建对象,同时给对象设置位置,成功 跳转到b场景后,通过Laya.Pool.getItemByCreateFun("hero", this.pHero.create, this.pHero)获取这个对象时,获取成功,...

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

270. 今天打开微信工具出现错误Cannot read property 'USER_DATA_PATH' of undefined [ 90%]

今天打开微信工具出现错误Cannot read property 'USER_DATA_PATH' of undefined Wechat Lib:2.0.1, 2018.4.14 12:32:36 code.js:107 Warning!,this class[MiniAdpter] already exist: {init: ƒ} WAGame.js:3 gameThirdScriptError Cannot read property 'USER_DATA_PATH' of undefined TypeError: Cannot rea...

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