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

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

1. spine适配版微信开发者平台报错 [ 100%]

... startFun() { if (!this.templet) this.templet = new Laya.SpineTemplet(Laya.SpineVersion.v3_8); this.templet.loadAni(this.aniPath); this.templet.on(Laya.Event.COMPLETE, this, this.parseComplete); this.templet.on(Laya.Event.ERROR, this, this.onError); }加载方式用的官方案例,本地跑是没...

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

2. [0]Spine3.8.75报错:Error: Unsupported skeleton data, please export with a newer version of Spine. [ 86%]

...   }     startFun() {         this.templet = new SpineTemplet(Laya.SpineVersion.v3_8);         this.templet.loadAni(this.aniPath);         this.templet.on(Event.COMPLETE, this, this.parseComplete);         this.templet.on(Event.ERROR, this, this.onError);     }     parseComple...

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