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

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

361. typeScript Java互调问题 [ 87%]

...———— public class MainActivity extends Activity{          private IPlugin mPlugin = null;     private IPluginRuntimeProxy mProxy = null;     boolean isLoad=false;     boolean isExit=false;     private WebView webView = null;     private Activity activity = null;     @Overrid...

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

362. ts项目发布的时候报错 [ 87%]

...ents.js:160 throw er; // Unhandled 'error' event ^ Error: spawn tsc ENOENT at exports._errnoException (util.js:1022:11) at Process.ChildProcess._handle.onexit (internal/child_process.js:193:32) at onErrorNT (internal/child_process.js:359:16) at _combinedTickCallback (internal/process/next_tick.js:74...

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

363. exception info:[TypeError:undefined is not an object(evaluating'tInfo[0].attributes')] at line 764 [ 87%]

exception info:[TypeError:undefined is not an object(evaluating'tInfo[0].attributes')] at line 764 安卓上打包运行没问题 iphone上打包运行弹窗报以上alert,请问我该如何定位这个alert 2017-05-23 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果...

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

364. 请教LayaAir 2.2.0 改了哪些有关mask的代码 [ 87%]

...: TypeError: Cannot read property 'utils' of undefined laya.core.js:24421 at MeshQuadTexture.__proto.releaseMesh (file:///F:/Laya2Workspace/laya.feifan.bandarq2.0/bin/libs/laya.core.js:24421:13)   at Context.__proto.flush (file:///F:/Laya2Workspace/laya.feifan.bandarq2.0/bin/libs/laya.core.js:10451...

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

365. [LayaNative2.2.0beta4] 无论是否删除或者替换layabox.ttf 都会直接crash 【有demo】 [ 87%]

[LayaNative2.2.0beta4] 无论是否删除或者替换layabox.ttf 都会直接crash 【有demo】 之前使用2.1.0发现会有crash的bug: https://ask.layabox.com/question/43832 官方建议升级引擎,于是下了最新的beta4测试了一下demo, 可是还是会crash,只是crash的堆栈...

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

366. Unity 导出预设报错 [ 87%]

...预设报错 InvalidCastException: 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, Vec...

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

367. 屏幕截屏问题 [ 86%]

...Screen(function(arrayBuff,width,height){ window.image = window.document.createElement("img"); window.image.putImageData(arrayBuff,width,height); }) } }     E/LayaBox: >>>>>>>>>>>>>>>>>>>>>>>>>>>>className:layaair/g...

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

368. android下layabox调用Laya.Texture2D.load报错 [ 86%]

...tp://10.0.1.72/game/dev-loca ... 5668: TypeError: Cannot read property 'createTexture' of null 02-06 14:59:43.858  6545  6658 I LayaBox : var glTexture=this._source=gl.createTexture(); 02-06 14:59:43.858  6545  6658 I LayaBox :                                ^ 02-06 14:59:43.858...

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

369. 3D中如何限制角色的行走区域? [ 86%]

...              var meshSprite3D:MeshSprite3D = sceneSprite3d.getChildAt(0).getChildAt(0).getChildAt(13) as MeshSprite3D;               var texture:Texture2D = Loader.getRes("res/heightMap.png") as Texture2D;               //通过高度图纹理和最大高度最小高度生成Me...

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

370. 在Unity中无法导出模型动作 [ 86%]

...我在使用Unity 2017.4.22f1的时候,只要在GameObject上增加Animator导出就会报错。使用的是2.0.0的unity插件. 增加和删除avatar都无济于事.   错误是:KeyNotFoundException: The given key was not present in the dictionary. System.Collections.Generic.Dictionary`2[Syste...

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