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

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

3551. LayaAir2.0在编辑模式中不能打开Scene目录下面的文件 [ 45%]

...子文件问题 请问laya有没有地图编辑器工具? Ts 编辑提示error TS5023: Unknown option 'p' LayaAir能做RPG吗?不要问我能不能,因为我已经在做 - 杀意来袭 图集打包找不到图集文件 ui list 里面的元素不能点击两次 循环依赖不能运行 Circular...

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

3552. U3D导出模型和动画,动画无法正常播放,预览也没有,载入场景资源提示:this._cacheAnimationNode没有Transfrom [ 45%]

...上状态机后无法播放 强制导出场景,并加载后提示: TypeError: Cannot read property 'transform' of undefined laya.d3.js:41839 at SkinnedMeshRenderer.__proto._computeSubSkinnedData (file:///C:/LayaPro/LayaAnimator/bin/libs/laya.d3.js:41839:62)   at SkinnedMeshRenderer.__proto._com...

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

3553. 使用IDE TS语言开发微信小游戏,添加了第三方库,在模拟器和浏览器调试运行都没有问题,但是导出微信小游戏后,微信开发者工具提示 没有ReferenceError: ** is not defined [ 45%]

...是导出微信小游戏后,微信开发者工具提示 没有ReferenceError: ** is not defined 使用IDE TS语言开发微信小游戏,添加了第三方库,在模拟器和浏览器调试运行都没有问题,但是导出微信小游戏后,微信开发者工具提示 没有ReferenceError:...

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

3554. 地形shader示例渲染失败【在线等】 [ 44%]

...所有的 ../../res 改成了 res   然后启动项目,报错如下: Error: BaseMaterial: unknown shader name.     at CustomTerrainMaterial.__proto.setShaderName (file:///Users/xutao/Documents/laya/test/bin/libs/laya.d3.js:23016:10)     at new CustomTerrainMaterial (file:///Users/xutao/Docu...

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

3555. 微信小游戏实时调试的问题 [ 44%]

...信小游戏如何使用ttf字体? 编译调试启动chrome出现错误: Error processing launch: Error Could not attach to main target 2.1.1.1引擎微信小游戏掉帧严重 问题状态 最新活动: 2018-07-12 00:04 浏览: 4491 关注: 4 人 Laya_Aaron • 2018-06-04 18:06 发布一次就可...

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

3556. web版发布后,在浏览器运行报错 提示找不到 btCollisionObject_create [ 44%]

...览器运行报错 提示找不到 btCollisionObject_create Uncaught TypeError: Cannot read properties of undefined (reading 'btCollisionObject_create')     at pi._onAdded (laya.d3.min.js:1:600219)     at xr._addComponentInstance (laya.core.min.js:1:250112)     at xr.addComponent (laya.core.mi...

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

3557. iOS 打包之后resource文件夹下没有cache文件, [ 44%]

...建一个空的cache文件之后,运行报错JsAppCache::loadCachedURL Error, no cache data. 。。。 2,单机打包出现   网络异常,请联系开发商。 2017-03-03 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交...

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

3558. 运行时网页黑屏,报错提示 [ 44%]

...传 Demo 附件 TS项目使用matter.js库无智能提示 Ts 编辑提示error TS5023: Unknown option 'p' 2.2.0beta4 发布微信小游戏,安卓设备加载场景黑屏 【带附件】 使用Laya2.0.0beta5.1 发布官方示例 真机报错 window is not defined laya2.0加载3d场景报错Uncaught...

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

3559. 关于laya图片资源缓存的问题 增量更新文件缓存 [ 44%]

...= _name + _hash } _content = JSON.stringify(_content) } catch(e) { console.error(e) } file.contents = new Buffer(_content) this.push(file) return cb() }) }()) .pipe(gulp.dest('./server/static')) }) gulp.task('default', ['updata_atlas_version'])   供大家参考 ^_^ 附件 : --> 2018-04-12 添加...

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

3560. VSCODE高效再+1,自动刷新 [ 44%]

... { console.log(data); }); process.stderr.on("data", (data) => { console.error(data); }); process.on("exit", (code, signal) => { console.log("success"); // console.log(code, signal); // 编译结束,触发reload,浏览器会自动刷新 gulp.src(entry).pipe(connect.reload()); }) } gulp.task...

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