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

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

221. 之前用beta版本开发的游戏,升级Laya2.0之后,编译报错 [ 84%]

...开发的游戏,升级Laya2.0之后,编译报错 出错了: TypeScript error: Error TS2318: Cannot find global type 'Array'. 库文件是最新的2.0正式版 2019-01-28 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 1 ...

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

222. vivo小游戏 3d模型加载不出,调试无报错 [ 84%]

...到舞台的3D模型不显示贴图 编译调试启动chrome出现错误: Error processing launch: Error Could not attach to main target 微信小游戏如何使用ttf字体? 微信小游戏:HTMLDivElement的使用 unity中的模型导出后在laya中显示不正常 laya2.0加载3d场景报错Un...

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

223. 骨骼动画-藤蔓 [ 84%]

...; mFactory.on(Event.COMPLETE, this, this.parseComplete); mFactory.on(Event.ERROR, this, this.onError); mFactory.loadAni(mAniPath); } onError() { trace("error"); } parseComplete() { const Event = Laya.Event; // 创建模式为1,使用动画自己的缓冲区,可以启用换装(相当耗费内存)...

来源: Laya2.0_示例 发布时间: 20240930

224. 在win10下面,LayaAirIDE的chrome调试点击之后并没有打开chrome [ 84%]

...经是更新刀最新版本,是否需要什么系统设置?? Chrome error: Error: spawn C:/Program Files (x86)/Google/Chrome/Application/chrome.exe ENOENT 好像是Chrome的路径不对,最新版本64位的Chrome已经不安装在C:/Program Files (x86)了,请问如何设置Chrome的路径...

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

225. 使用Layaair调试播放MP3报错 [ 84%]

...hrome调试可以成功播放出音乐,但是控制台还是会出错。 Error: DOMException: Failed to load because no supported source was found.  Error: DOMException: The element has no supported sources. at AudioSound._makeMusicOK (file:///D:/%E9%A1%B9%E7%9B%AE/%E6%B1%A4%E8%BF%9C%E5%8D%8E/dia...

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

226. 骨骼动画-橡胶人 [ 84%]

...; mFactory.on(Event.COMPLETE, this, this.parseComplete); mFactory.on(Event.ERROR, this, this.onError); mFactory.loadAni(mAniPath); } onError() { trace("error"); } parseComplete() { const Event = Laya.Event; // 创建模式为1,使用动画自己的缓冲区,可以启用换装(相当耗费内存)...

来源: Laya2.0_示例 发布时间: 20240930

227. request failed status:0 [ 84%]

...ailed status:0 HttpRequest.send问题 浏览器可以COMPLETE,手机上ERROR:request failed status:0 2018-01-05 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 1 个回复 Laya_Aaron 赞同来自: 1、If the state is UNS...

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

228. layanative运行卡死 [ 83%]

...;: EGL_BAD_ALLOC 12-07 16:44:25.418 E/libEGL  ( 4853): eglMakeCurrent:792 error 3003 (EGL_BAD_ALLOC) 12-07 16:44:25.428 E/BufferQueueProducer(  302): [SurfaceView] connect(P): already connected (cur=1 req=1) 12-07 16:44:25.428 E/libEGL  ( 4853): eglCreateWindowSurface: native_window_api_connect (...

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

229. 编译时候报错 如下 怎么解决呢 [ 83%]

编译时候报错 如下 怎么解决呢 libs/LayaAir.d.ts(4252,38): error TS2694: Namespace 'laya.d3.core' has no exported member 'particle'. libs/LayaAir.d.ts(26700,11): error TS2417: Class static side 'typeof RenderTarget2D' incorrectly extends base class static side 'typeof Texture'. Types of ...

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

230. 骨骼动画-换装 [ 83%]

...let(); mFactory.on(Event.COMPLETE, this, parseComplete); mFactory.on(Event.ERROR, this, onError); mFactory.loadAni(mAniPath); } function onError() { trace("error"); } function parseComplete() { //创建模式为1,可以启用换装 mArmature = mFactory.buildArmature(1); mArmature.x = mStartX; mArm...

来源: Laya_示例 发布时间: 20240930