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

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

2561. 3d导入粒子效果报错 [ 42%]

3d导入粒子效果报错 代码 var particleSprite3D = Laya.Sprite3D.load("res/partical1/sceneFXMaker.lh"); 报错 Error: LoaderManager:unknown file(res/partical1/Assets/IGSoft_Tools/FXMaker/ToolResource/Texture/MapGrid.psd) extension with: psd. at LoaderManager.__proto._create (file:///C:/Users/...

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

2562. 自定义场景继承导出,会在自定义类中加入Laya.前缀导致layaMaxUI文件报错 [ 42%]

自定义场景继承导出,会在自定义类中加入Laya.前缀导致layaMaxUI文件报错 ui工程,一个普通场景A,继承基类场景Base,导出场景后,layaMaxUI.ts,会报Base找不到,找不到的原因,工程默认生成给Base加了Laya.前缀。   layaMaxUI.ts代码...

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

2563. socket报错,on: reserved1 = 1, reserved2 = 1, reserved3 = 0 [ 42%]

socket报错,on: reserved1 = 1, reserved2 = 1, reserved3 = 0 如题; 报错内容 WebSocket connection to 'ws://127.0.0.1:9000/' failed: One or more reserved bits are on: reserved1 = 1, reserved2 = 1, reserved3 = 0   百度了一个下午都没解决,不知道这里有没有人遇到过这...

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

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

Resources already exist,is repeated loading 加载特效报重复加载 export default class TransformDemo{     private scene:Laya.Scene3D;     private position:Laya.Vector3 = new Laya.Vector3(0, 0, 0);     private position1:Laya.Vector3 = new Laya.Vector3(0, 0, 0);     private rotat...

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

2565. 请问2.0中js怎么加天空盒子或穹顶,官网例子运行报错。 [ 42%]

请问2.0中js怎么加天空盒子或穹顶,官网例子运行报错。 //=======天空盒子 var scene = Laya.stage.addChild(new Laya.Scene3D()); //添加3D场景 var camera = (scene.addChild(new Laya.Camera(0, 0.1, 100)));//添加照相机 camera.transform.translate(new Laya.Vector3(0, 3, 3));...

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

2566. Uncaught 无法实例class PhysicsCollider extends PhysicsTriggerComponent [ 42%]

Uncaught 无法实例class PhysicsCollider extends PhysicsTriggerComponent PhysicsCollider这个组件我只添加了一次,当我按住键盘在点击鼠标的时候,就会有这个错误。说我组件重复添加。我不知道,是你们有默认的键盘事件影响的,还是什么问...

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

2567. 3D模型旋转定位问题 [ 41%]

3D模型旋转定位问题 直接使用代码modelSprite = Laya.Sprite3D.load("model/build/warehouse1/warehouse1.lh"); scene.addChild(modelSprite); modelSprite.transform.rotate(new Laya.Vector3(0, 90, 0), false, false);无法实现旋转效果 也不会报任何错误,打断点是确定这个mode...

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

2568. unity导出的场景不显示实时阴影 [ 41%]

unity导出的场景不显示实时阴影 如题,unity导出的场景不显示实时阴影,以下是样例 unity中的效果: unity插件预览效果: 实际加载效果   unity版本是2018.4.7,laya引擎版本是 LayaBox 2.3.0 beta,插件版本与laya引擎版本一致   附件 : --...

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

2569. unity插件报错 [ 41%]

unity插件报错 新建一个场景,预览下就报错: MissingReferenceException: The object of type 'SkinnedMeshRenderer' has been destroyed but you are still trying to access it. Your script should either check if it is null or you should not destroy the object. n.a (UnityEngine.SkinnedMesh...

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

2570. unity 带出报错~ArgumentException: Invalid path [ 41%]

unity 带出报错~ArgumentException: Invalid path ArgumentException: Invalid path System.IO.Path.GetDirectoryName (System.String path) (at <599589bf4ce248909b8a14cbe4a2034e>:0) LayaExport.DataManager.saveLightMapFile (JSONObject customProps) (at <460acbcca8964c0cac25035c85643194>:0) La...

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