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

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

231. Error: No such module: atom_renderer_v8_util [ 61%]

...rror must support webGl Error processing "launch": Error: 找不到文件: null 请设置文件配置文件属性runtimeExecutable 1.0版本的运行器跑不了3D吗?报 Laya3D init error... 问题状态 最新活动: 2019-10-11 14:44 浏览: 1030 关注: 2 人 1569295620用户 • 2019-10-11 20:...

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

232. laya3.0中jszip使用异常 [ 61%]

...         Laya.loader.load([{ url: zipUrl, type: Laya.Loader.BUFFER }], null, Laya.Handler.create(this, this.onLoadCfg, null, false)).then(             (value) => {                 JSZip.loadAsync(value).then(                     (zipData: JSZip) => {           ...

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

233. 释放资源报错 [ 61%]

...报错 laya.d3.js:41972 Uncaught TypeError: Cannot read property 'off' of null     at SkinnedMeshRenderer.__proto._destroy (laya.d3.js:41972)     at SkinnedMeshSprite3D.__proto.destroy (laya.d3.js:34884)     at SkinnedMeshSprite3D.__proto.destroy (laya.d3.js:43737)   发现          ...

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

234. 照着官方文档写的 Dialog 报错? [ 61%]

...bgImg.height; dialog.show(); }; } Laya.class(LoadResource, "LoadResource", null);照着官方文档实例, 写了一个显示 Dialog 代码, 怎么显示不出来?而且F12里输出报错: Uncaught TypeError: Cannot read property 'visible' of undefined   不知道是什么情况? 求指...

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

235. [LayaAir2]Spine动画无法正常加载显示 [ 61%]

...上传。 laya.ani.js:2053 Uncaught TypeError: Cannot read properties of null (reading 'bones')     at PathConstraint.computeWorldPositions (laya.ani.js:2053:51)     at PathConstraint.apply (laya.ani.js:1905:34)     at Skeleton._createGraphics (laya.ani.js:2723:37)     at Skeleton._update (l...

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

236. 加载预制体json,返回值不统一 [ 61%]

...) {             console.log('hero',obj);         }), null, Laya.Loader.PREFAB);         Laya.loader.create("prefab/WeiTiao.json", Laya.Handler.create(this, function (obj) {             console.log('WeiTiao',obj);         }), null, Laya.Loader....

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

237. Laya.loader.load(xx) 当地址""的时候,会报错。 [ 61%]

...         if(tur)img_cg.graphics.drawImage(tur)         }),null,Laya.Loader.IMAGE);    这段代码, 当 cg_url等于“”的时候,底层判断会走到这个接口下面 this.onLoaded(null)   load(url, type = null, cache = true, group = null, ignoreCache = fals...

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

238. DOMException: The play() request was interrupted by a call to pause [ 61%]

...台报错 寻求帮助 Uncaught TypeError: Cannot read property 'play' of null 将全部资源文件作为Google Play的扩展包是否可行? Cannot read property 'call' of undefined Google Play扩展包open zip失败 代码2.0.2版本Laya.Animator发现play方法的存在BUG 龙骨动画play播...

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

239. unity导出有动作的模型,加载时报错 [ 61%]

..."res/LayaScene_Model_1001/Conventional/Model_1001.lh", Laya.Handler.create(null, (sprite:Laya.Sprite3D) => { this.mScene.addChild(sprite); sprite.transform.translate(new Laya.Vector3(-0.3, 0, 0)); }));   报错信息laya.d3.js:6573 Uncaught TypeError: Cannot set property 'x' of undefined     a...

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

240. 发布原生 ios/android 的渲染问 题 [ 61%]

...会播报这个   JSCallbackFuncObj::addCallbackFunc error m_vFunc[1] != NULL JSCallbackFuncObj::addCallbackFunc error m_vFunc[2] != NULL    我排查了很久在xcode里面发现如下的代码 我不知道引擎 在渲染这块进行了什么操作,我个人认为是不是 app渲染问题进...

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