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

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

31. [LayaAir3]Spine释放后,纹理不会被释放掉 [ 84%]

...是闹闹啊  if (tmpDat instanceof Laya.SpineTemplet) {        let obj: object = tmpDat["_textures"];        for (let key in obj) {            if (obj.hasOwnProperty(key)) {                let texture = obj[key] as Laya.SpineTexture;                let pngUrl = textur...

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

32. layabox打包apk后加载prefab之后使用pool创建prefab找不到create函数 [ 84%]

...题的。  Laya.loader.load(url, Laya.Handler.create(this, function (obj: any) {             let prefab = Laya.Pool.getItemByCreateFun('prefab_' + name, obj.create,obj);               Laya.stage.addChild(prefab);             prefab.pos(100,100);   ...

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

33. Unity导出模型出错 [ 84%]

...r3D/LayaTool/LayaAir3D.cs:323) System.Reflection.MonoMethod.Invoke (System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) (at /Users/builduser/buildslave/mono/build/mcs/class/corlib/System.Reflection/MonoMet...

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

34. 加载预制体json,返回值不统一 [ 84%]

...aya.loader.load("prefab/hero.json", Laya.Handler.create(this, function (obj) {             console.log('hero',obj);         }), null, Laya.Loader.PREFAB);         Laya.loader.create("prefab/WeiTiao.json", Laya.Handler.create(this, function (obj) {        ...

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

35. 请问,在使用插件导出包含多个动画的FBX文件时报错,怎么处理? [ 83%]

...ic/Dictionary.cs:150) LayaExport.DataManager.saveLaniData (UnityEngine.GameObject gameObject, .JSONObject obj) LayaExport.DataManager.getAnimatorComponentData (UnityEngine.GameObject gameObject, .JSONObject component, System.Collections.Generic.List`1 linkSprite) LayaExport.DataManager.getComponents...

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

36. 导出场景报错 [ 83%]

...r3D/LayaTool/LayaAir3D.cs:331) System.Reflection.MonoMethod.Invoke (System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) (at /Users/builduser/buildslave/mono/build/mcs/class/corlib/System.Reflection/MonoMet...

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

37. Laya的安卓二次开发主动调用js层,无法实现传回数据给js层 [ 82%]

...ndler.post( new Runnable() { public void run() { //ui thread update ui JSONObject obj = new JSONObject(); try { obj.put("value", "Hello Laya!"); } catch(JSONException e) { e.printStackTrace(); } Log.d("Laya", "======准备返回参数 :"+obj.toString()); ExportJavaFunction.CallBackToJS(JSBridge.cl...

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

38. unity 3d 骨骼动画资源到处 KeyNotFoundException: The given key was not present in the dictionary 问题 [ 82%]

...ic/Dictionary.cs:150) LayaExport.DataManager.saveLaniData (UnityEngine.GameObject gameObject, .JSONObject obj) LayaExport.DataManager.getAnimatorComponentData (UnityEngine.GameObject gameObject, .JSONObject component, System.Collections.Generic.List`1 linkSprite) LayaExport.DataManager.getComponents...

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

39. Unity 导出预设报错 [ 82%]

...on: Cannot cast from source type to destination type. r.a (UnityEngine.GameObject A_0, .i A_1, Boolean A_2) r.a (UnityEngine.GameObject A_0, .i A_1, System.Collections.Generic.List`1 A_2) r.a (UnityEngine.GameObject A_0, .i A_1, .i A_2, Vector3 A_3, Quaternion A_4, Vector3 A_5, System.String& A_...

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

40. 3D:Mesh如何预加载? [ 82%]

...sh如何预加载? 我有一堆mesh的url "model/player/001/char_male_01-obj001.lm", "model/player/002/char_female_01-obj001.lm", "model/player/003/char_car_01-obj001.lm" 通过Laya.loader.load加载完后不能正常使用,没有Mesh的类型可以指定。 是要用Laya.loader.create才行么...

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