大约有 6 项符合查询结果, 库内数据总量为 31,560 项。 (搜索耗时: 0.0020 秒)
微信小游戏引用spine-core-3.8.js报错 [ appservice 生成错误] libs/spine-core-3.8.js: libs/spine-core-3.8.js file is not in UTF-8 encoding(env: Windows,mg,1.05.2204264; lib: 2.17.0) VM84 WAGame.js:2 Error: module "libs/spine-core-3.8.js" is not defined at require (VM97 WAGameSub...
来源: Laya_社区 发布时间: 20220531
关于spine-core-3.8的问题 readSkeletonData(binary) { let scale = this.scale; let skeletonData = new spine.SkeletonData(); skeletonData.name = ""; let input = new BinaryInput(binary); skeletonData.hash = input.readString(); skeletonData.version = input.readString(); if ("3.8.75" == skeletonData....
来源: Laya_社区 发布时间: 20221109
...====================================================== spine-core-3.7.js问题: 代理里有语法错误,state !== status }, (state, responseText) => { this.errors[path] = `Couldn't load texture atlas ${path}: status ${status}, ${responseText}`; if (error) error(path,...
来源: Laya_社区 发布时间: 20220122
...的顺序都要调转,不然类库初始化失败 laya.spine.js 依赖了 spine-core-3.7.js, spine-core-3.7.js必须放前面 2021-08-14 0 1 分享 微博 QZONE 微信 为什么被折叠? 0 个回复被折叠 要回复问题请先登录 发起人 136*****205 相关问题 骨骼动画播放完后的...
来源: Laya_社区 发布时间: 20210813
...着spine动画数量增加的问题: 1.1) 目前我们将计算委托给了spine-core,所以一次画十个spine动画目前还无法进行针对性的优化,drawcall会随着spine动画的数量增加。 1.2) 理论上增加动画缓存可以解决这个问题,我们已经安排在了时间...
来源: Laya_社区 发布时间: 20220110
...没有spine相关类 按照官方spine适配版教程勾选laya.spine.js,spine-core-3.7.js,在项目代码中可以成功引入SpineTemplet,SpineVersion等相关类,但是运行期间却找不到相关类。demo里在GameUI.ts的onEnble里加入了一句:let templet=new Laya.SpineTemplet(Lay...
来源: Laya_社区 发布时间: 20230309