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

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

321. LayaAir打包发布PC或MAC平台的桌面应用程序 [ 45%]

...码[/code] 详细参数: www.electron.build/cli 打包命令:[code]npm run dist 复制代码[/code] 打包后生成的文件: 附件 : --> electron-quick-start-master.zip 2021-01-26 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链...

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

322. 启动引擎报错 mPlugin.game_plugin_init(3); [ 45%]

...           at void com.android.internal.os.Zygote$MethodAndArgsCaller.run() (Zygote.java:327)                 at void com.android.internal.os.ZygoteInit.main(java.lang.String[]) (ZygoteInit.java:1374)             Caused by: java.lang.ClassNotFoundException: Didn't find class "andr...

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

323. layaNative2.0在android上crash报错 [ 45%]

...st_filltext (http://192.168.1.11/slider/lib ... 143372)         at o.t.run (http://192.168.1.11/slider/lib ... 270082)         at t.e._renderAll (http://192.168.1.11/slider/lib ... 243668)         at d.g.transform_drawLayaGL [as _fun] (http://192.168.1.11/slider/libs/laya.core.js:1:8243)...

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

324. 跳转场景后laya.core.js就报Cannot read property 'width' of null的错误 [ 45%]

...xture.__proto._onLoaded (laya.core.js:15750)     at EventHandler.__proto.runWith (laya.core.js:1410)     at ResInfo.__proto.event (laya.core.js:1166)     at LoaderManager.__proto._endLoad (laya.core.js:14880)     at Loader.onLoaded (laya.core.js:14850)     at EventHandler.__proto.runWith (...

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

325. 使用layaide构建的安卓项目打包apk,安装在某些设备上会闪退 [ 45%]

... (group=0x41d67ba8) 04-18 17:26:51.241 1371-1384/com.etvtech.pvsz E/AndroidRuntime: *** FATAL EXCEPTION TIME : 55.148735 04-18 17:26:51.251 1371-1371/com.etvtech.pvsz I/0: >>>>>>>>>>>>>The network has changed 04-18 17:26:51.251 1371-1371/com.etvtech.pvsz I/0: c...

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

326. 苹果上架有问题啊 , !!!!!! [ 45%]

...spondsToSelector:, performSelector:, method_exchangeImplementations(), and running remote scripts in order to change app behavior and/or call SPI, based on the contents of the downloaded script. Even if the remote resource is not intentionally malicious, it could easily be hijacked via a Man In The ...

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

327. Native2.0打包apk,在安卓4.2设备必闪退 [ 44%]

... by load_library(linker.cpp:745): library "libv8.cr.so" not found D/AndroidRuntime: Shutting down VM W/dalvikvm: threadid=1: thread exiting with uncaught exception (group=0xa6108908) E/AndroidRuntime: FATAL EXCEPTION: main     java.lang.UnsatisfiedLinkError: Cannot load library: soinfo_link_image(...

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

328. 加载3d场景unknown shader name [ 44%]

...一个问题,有的模型绑定上Animator动画后使用unity插件的run预览、导出都会导致Unity卡死。没有报错unity直接死掉,表现就像是插件内死循环了一样。查了下没有重名的关节也没有重名的动画。只要绑定上Animator就会卡死。这种问...

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

329. 动画挂点(TypeScript-3D基础(TS)-LayaAir3D之Animator动画) [ 44%]

....animator.play("ride"); //龙播放奔跑动作 this.dragonAnimator1.play("run"); //调整胖子的相对旋转,相对位移,以及缩放。 this.pangzi.transform.localRotation = this._rotation; this.pangzi.transform.localPosition = this._position; this.pangzi.transform.localScale = this._scale;...

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

330. 动画挂点(JavaScript-3D基础(JS)-LayaAir3D之Animator动画) [ 44%]

....animator.play("ride"); //龙播放奔跑动作 this.dragonAnimator1.play("run"); //调整胖子的相对旋转,相对位移,以及缩放。 this.pangzi.transform.localRotation = this._rotation; this.pangzi.transform.localPosition = this._position; this.pangzi.transform.localScale = this._scale;...

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