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

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

1. spine适配版运行期间没有spine相关类 [ 100%]

....js,spine-core-3.7.js,在项目代码中可以成功引入SpineTemplet,SpineVersion等相关类,但是运行期间却找不到相关类。demo里在GameUI.ts的onEnble里加入了一句:let templet=new Laya.SpineTemplet(Laya.SpineVersion.v3_7);编译正常,但是运行报错,找不到spi...

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

2. 骨骼动画-适配版Spine [ 93%]

...ow(); this.startFun(); } 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); } parseComplete() { this.skeleton = this.templet.buildArmatu...

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

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

... 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

4. Spine 间隔一段时间卡顿5000毫秒左右,期间GPU占用极高, Demo已上传 [ 60%]

...ine(url, handler: Laya.Handler) { var templet = new Laya.SpineTemplet(Laya.SpineVersion.v4_0); templet.on(Laya.Event.COMPLETE, handler.caller, handler.method); templet.on(Laya.Event.ERROR, this, this.printError); templet.loadAni(url); }  printError(e) { console.error(e); } } //激活启动类 new M...

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

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

...   }     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