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

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

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

微信小游戏报错 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.s...

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

2. 微信小游戏中加载unity导出的场景报错the .lh file root type must be Scene [ 99%]

...小游戏中加载unity导出的场景报错the .lh file root type must be Scene 报错:the .lh file root type must be Scene。 看了下代码,是读取的.ls文件并不是按照数组方式读取的,而是安装字符串读取进来的,所以导致判断type失败:       /**    ...

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

3. 微信小游戏运行导出项目的时候报错:Scene: the .lh file root type must be Scene [ 97%]

微信小游戏运行导出项目的时候报错:Scene: the .lh file root type must be Scene 引擎使用的是1.7.17beta版本,下面是报错堆栈,附件是工程项目以及导出的小游戏项目。 Scene: the .lh file root type must be Scene,please use other function to  load  this fil...

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

4. 用微信小游戏测试,载入一个3D的角色.lh报错了,LayaAir的本地测试OK [ 92%]

....lh报错了,LayaAir的本地测试OK WAGame.js:3 gameThirdScriptError Scene: the .lh file root type must be Scene,please use other function to load this file.;at api readFile success callback function Error: Scene: the .lh file root type must be Scene,please use other function to load this file. ...

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

5. unity导出的ls和lh文件发布到微信小程序,用微信开发者工具打开报错 [ 86%]

...序之后,在微信开发者工具(v1.02.1802080)里报错,错误为"Scene: the .lh file root type must be Scene,please use other function to load this file."或"Sprite3D: The .lh file root type must be Sprite3D,please use other function to load this file." 跟了一下,发现__proto.onAsynLoa...

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

6. 微信小游戏默认项目代码添加unity导出.lh文件,微信开发工具提示错误 [ 86%]

...,代码如下:// 程序入口 class LayaAir3D { /*3D场景*/ private scene:Laya.Scene; /*3D角色*/ private role:Laya.Sprite3D; /*3D摄像机*/ public camera:Laya.Camera; constructor() { //初始化微信小游戏 Laya.MiniAdpter.init(); //初始化引擎 Laya3D.init(0, 0, true); //适配模式 ...

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

7. Mesh.load()必须加载lm文件吗?lm和lh等有什么区别? [ 83%]

...on图集加载问题 请问下加载TFF字体要怎么加载呢? laya2的Scene默认是文件模式,不会生成场景类了,此时该如何获得场景内的元素 图集打包找不到图集文件 var 与 name 的详细区别是什么? 微信小程序—未找到入口 app.json 文件,...

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

8. Unity粒子特效导出的lh文件,使用了无法出现效果 [ 81%]

...使用了无法出现效果 var particleRoot = Laya.Sprite3D.load("3d/LayaScene_Samples/Samples.lh"); scene.addChild(particleRoot); 这样使用lh文件,导出的文件中也只有这个文件。 编译正常没有报错,就是没有效果。   附件 : --> 2017-02-27 添加评论 免费帖 -->...

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

9. 教学文档永恒之光的动画例子,运行效果与例子不符合 [ 79%]

...Laya.Stage.SCALE_FULL; Laya.stage.screenMode = Laya.Stage.SCREEN_NONE; let scene = Laya.stage.addChild(new Laya.Scene()); let camera = scene.addChild(new Laya.Camera(0, 0.1, 100)); camera.transform.translate(new Laya.Vector3(0, 2, 4)); camera.transform.rotate(new Laya.Vector3( -15, 0, 0), true, fals...

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

10. 请教3D插件设置,导出的ls加载失败 [ 79%]

...型, 2018-04-16 0 1 分享 微博 QZONE 微信 w1114367261 赞同来自: scene是可以使用的 scene导出的是所有unity中的精灵,你检查一下你unity的场景中是否加了什么laya不支持的东西 2018-04-17 0 2 分享 微博 QZONE 微信 为什么被折叠? 0 个回复被折叠...

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