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

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

21. layaair ide 2.0.0 beta2 读取.lh文件报错 [ 85%]

...TypeError: Cannot read property 'props' of undefinedat Function.Laya3D._getSprite3DHierarchyInnerUrls (laya.d3.js:15158) at Loader.Laya3D._onHierarchylhLoaded (laya.d3.js:15252) at EventHandler.__proto.runWith (laya.core.js:1127) at Loader.__proto.event (laya.core.js:883) at Loader.__proto.complete ...

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

22. .lh在同一个Scene上无法生成多个吗?使用中发现每次只会生成一个 [ 85%]

...容相关的链接 提交 2 个回复 Laya_Aaron 赞同来自: 用克隆,Sprite3D.instantiate 2018-08-09 0 0 分享 微博 QZONE 微信 晓寒 赞同来自: 我也遇到这个问题,这个问题解决了吗? 2018-11-14 0 1 分享 微博 QZONE 微信 为什么被折叠? 0 个回复被折叠 要...

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

23. unity里导出的骨骼动画无法读取 [ 84%]

...:    Laya.loader.create("res/1.lh",Handler.create(this,onModelOK),null,Sprite3D); private function onModelOK():void         {              //添加3D场景              var scene:Scene = new Scene();              Laya.stage.addChild(scene);      ...

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

24. 导入微信小游戏的时候 [ 84%]

导入微信小游戏的时候 WAGame.js:3 gameThirdScriptError Sprite3D: The .lh file root type must be Sprite3D,please use other function to  load  this file.;at api readFile success callback function Error: Sprite3D: The .lh file root type must be Sprite3D,please use other function to  load ...

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

25. 资源导出后LAYA跟unity,transform效果不一致 [ 84%]

...on   2018-08-02 0 5 分享 微博 QZONE 微信  赞同来自: 不经过Sprite3D.instantiate,直接addchild,this.scene2.addChild(Laya.loader.getRes("res/test.lh")),就没问题 @Laya_Aaron 2018-08-02 0 4 分享 微博 QZONE 微信 家民 赞同来自: 这个问题一直都还存在吗??? ...

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

26. 判断场景里是否存在模型? [ 83%]

...模型? 3D场景里加载的LH模型会自动销毁吗? 我 用 Laya.Sprite3D.load(url+"/chaoshi/LayaScene_xue/xue.lh") 异步加载的模型,我向右 移动摄像机,场景里的sprite从来都不会变, 而且我的靠近屏幕左边的模型会自动消失不见。。 但是用 系统...

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

27. unity导出来的粒子特效 播放效果不对 [ 83%]

...0。 2.必须确保粒子文件加载完成后再去调整 缩放 var part:Sprite3D = scene.addChild(Sprite3D.load("part.lh")) as Sprite3D; part.once(Event.HIERARCHY_LOADED, this, function():void{        part.transform.localScale = new Vector3(3, 3, 3);  });   我按照这个调整粒子大小...

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

28. 加载lh模型后,添加Laya.SkinAnimations组件就报错 [ 82%]

...组件不建议用,  用ainimator 更好, 如果用的话要加在MeshSprite3D 上。 不能直接加在Sprite3D 上。 2018-07-03 0 0 分享 微博 QZONE 微信 186*****530 赞同来自: 卧槽太牛逼了,官方教程和第三方以及引擎实例在旧版动画那边都用这个SkinAnimati...

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

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

...ot;) as Laya.Camera; camera.addComponent(CameraMoveScript); var tiger:Laya.Sprite3D = this._scene.getChildByName("tiger_idle") as Laya.Sprite3D; console.log(tiger); var animator:Laya.Animator = tiger.getComponentByIndex(0) as Laya.Animator; animator.play("idle"); var cat:Laya.Spr...

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

30. Resources already exist,is repeated loading 加载特效报重复加载 [ 82%]

...eValue:number = 0;              private layaMonkey_clone1:Laya.Sprite3D;     private layaMonkey_clone2:Laya.Sprite3D;     private layaMonkey_clone3:Laya.Sprite3D;      private clone1Transform:Laya.Transform3D;     private clone2Transform:Laya.Transform3D;     private...

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