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

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

791. 2.13版本库 u3d导出粒子的没有摄像机正常渲染 [ 70%]

2.13版本库 u3d导出粒子的没有摄像机正常渲染 1.scene里只有粒子效果 没添加摄像机 导出后, 使用laya创建的摄像机,无法渲染 2.scene里有粒子效果 额外添加个u3d 摄像机 导出后 可以正常渲染   zip包里有unity资源包  劳烦官方大大看...

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

792. undefined preload.js:55 Error: "unknown animationClip version. : LAYAANIMATION:04 [ 70%]

...lass undefined Error: asBitmap no size! 运行报错 Uncaught Can not find scene:GameView.scene undefined 鼠标自定义样式官方有支持吗,Laya.Mouse.hide()会报Uncaught TypeError: Cannot read property 'cursor' of undefined错误 问题状态 最新活动: 2019-05-13 10:57 浏览: 876 关...

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

793. Laya.PlatformClass.createClass undefined [ 70%]

....0 JS调用Java PlatformClass undefined 运行报错 Uncaught Can not find scene:GameView.scene undefined Uncaught TypeError: Cannot read property 'props' of undefined 今天打开微信工具出现错误Cannot read property 'USER_DATA_PATH' of undefined 发布到微信小游戏提示Cannot read pro...

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

794. Uncaught TypeError: tex.once is not a function [ 70%]

...his.zombieAnimator.on is not a function 运行报错 Uncaught Can not find scene:GameView.scene undefined 引擎SWF动画示例,提示 TypeError: MovieClip is not a constructor 问题状态 最新活动: 2019-06-24 10:22 浏览: 3625 关注: 4 人

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

795. error TS2304: Cannot find name 'object'. [ 70%]

...object层,层级设置无效的问题 运行报错 Uncaught Can not find scene:GameView.scene undefined LayaNative2.2运行报错。:getBitmapData Cannot find the specified character in all fonts:263c 切换场景编辑器时 Laya3D init error must support webGl Laya3D init error, must support web...

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

796. 关于3d场景上Button点击事件顺序问题 [ 70%]

...场景中加入了鼠标点击事件  Laya.stage.on(Event.MOUSE_DOWN,this,sceneClick);   private function sceneClick():void {     trace("scene clicked"); }   3,在button上添加按钮功能 button.on(Event.CLICK,this,onBtn); private function onBtn(e:Event):void {     e.stopPropagation();  ...

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

797. 新版unity插件导出场景加载报错 [ 70%]

...5435) at Function.StaticBatchManager.combine (laya.d3.js:6602) at Function.Scene3D._parse (laya.d3.js:31222) at Laya3D._onHierarchyInnerFirstLevResouLoaded (laya.d3.js:14496) at Handler.__proto.run (laya.core.js:1385) at onComplete (laya.core.js:14546) at Handler.__proto.runWith (laya.core.js:1400) ...

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

798. Uncaught TypeError: Cannot read property 'asCom' of null [ 70%]

...t read property 'displayObject' of null 运行报错 Uncaught Can not find scene:GameView.scene undefined laya的模型动画对360小游戏不适配 报game.js:22084 Uncaught getUint16 error - Out of bounds 'releaseTexture' of null TiledMap通过名字获得MapLayer怎么都是Null 问题状态 最...

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

799. unity导出3d默认模型。代码添加网格碰撞必先错误 [ 70%]

...的不对,建议看看官网示例,附下正确代码   this.role = scene3D.getChildByName("Cube") as Laya.MeshSprite3D;  let phy: Laya.PhysicsCollider = this.role.addComponent(Laya.PhysicsCollider) as Laya.PhysicsCollider; let mesh:Laya.Mesh = Laya.loader.getRes("res/Conventional/Library/unit...

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

800. 骨骼动画的使用(ActionScript-3D基础(AS3)-LayaAir3D之Animator动画) [ 70%]

...看下导出的动画效果。 ```typescript //加载我们导出的场景 Scene3D.load("res/LayaScene_LayaMonkey/Conventional/LayaMonkey.ls",Handler.create(this,function(s:Scene3D):void{ Laya.stage.addChild(s); })); ``` ![](img/6.gif)(图6)

来源: Laya2.0_文档 发布时间: 20210714