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

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

321. 小游戏真机调试3d资源不显示 [ 68%]

...容如下: Wechat Lib:2.10.1, 2020.2.14 14:45:54 Setup OES_vertex_array_object polyfill EXT:webgl support OES_vertex_array_object! ShaderCompile use time:5 size:1508/3204 ShaderCompile use time:7 size:4811/5170 ShaderCompile use time:4 size:3416/4258 ShaderCompile use time:4 size:3415/4325 Shade...

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

322. laya1.0升级到2.0后这些报错还是存在 随人不影响APP运行 但是怎么能去掉啊 [ 67%]

...-27 18:03:47.977 27945-27945/com.twand.kozhanji I/art:     at java.lang.Object java.lang.reflect.Method.invoke!(java.lang.Object, java.lang.Object) (Method.java:-2) 06-27 18:03:47.977 27945-27945/com.twand.kozhanji I/art:     at void com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run()...

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

323. unity导出动画如何使用 root motion node [ 67%]

...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_社区 发布时间: 20180920

324. release发版错误大概知道什么原因吗? [ 67%]

...' -> 'D:\moyu_h5\game\release\layaweb\v1.0.12\node_modules\abbrev'  at Object.fs.symlinkSync (fs.js:972:18)  at copySync (D:\programFiles\LayaAirIDE_beta\resources\app\node_modules\fs-extra\lib\copy-sync\copy-sync.js:44:8)  at D:\programFiles\LayaAirIDE_beta\resources\app\node_modules\fs-extra...

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

325. 使用Laya2.0做微信开放数据域是出错。 [ 67%]

...le (laya.wxmini.js:77) at Function.Browser.__init__ (laya.core.js:4125) at Object.Laya.init (laya.core.js:252) at new Main (Main.ts:6) at Object.2../GameConfig (Main.ts:35) at o (_prelude.js:11) at r (_prelude.js:11) at _prelude.js:11 MiniFileMgr.setNativeFileDir @ laya.wxmini.js:673 MiniAdpter.init...

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

326. 问下大家,laya3D现在有没有好用的物理引擎库? [ 67%]

...个是js文件变量声明的问题 你把第一行 !function(e){if("object"==typeof exports&& 改成 var CANNON; !function(e){if(e&&e!=="undefined"){CANNON=e()}; if("object"==typeof exports&& 试试。 181*****859 • 2018-07-24 16:10 @156*****1...

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

327. 使用layaair-cmd管理资源版本报错 [ 67%]

...rnal/child_process.js:323:11) at exports.spawn (child_process.js:502:9) at Object.<anonymous> (/usr/local/lib/node_modules/layaair-cmd/layaair-cmd-resourceVersion.js:60:10) at Module._compile (module.js:652:30) at Object.Module._extensions..js (module.js:663:10) at Module.load (module.js:565:3...

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

328. bug,ChainCollider.points第二次设置,会报错! [ 67%]

...ya.ChainCollider);   //****新增代码*****, }   报错内容: at Object.box2d.b2Assert (file:///E:/Develop/LayaProgram/test3d/bin/libs/laya.physics.js:38:57) at box2d.b2ChainShape.CreateChain (file:///E:/Develop/LayaProgram/test3d/bin/libs/laya.physics.js:348:98) at ChainCollider.__proto._...

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

329. 打包app,http无法设置content-type [ 67%]

....error(err); cb(err); }); let body = data; let tp = typeof data if(tp === 'object' || tp === 'array'){ if(method === 'post' || method === 'put') { body = JSON.stringify(data); } else { let query = ""; let first = true; for(let k in data) { if(!first){ query += '&'; } else { first = false; } quer...

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

330. as版本引擎自带的Dictionary为什么不直接使用as的Dictionary类 [ 67%]

...:25 http://www.devthought.com/2012 ... hash/ http://www.2ality.com/2012/01/objects-as-maps.html http://ryanmorr.com/true-hash-maps-in-javascript/ Until then, or even after, you should look to bare objects for all your basic hash map needs.

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