• 中文
  • 导出图集排列不合理

每个切片用框子标出来了

导出设置如下

最大为512x512的导出:

最大为2048x2048的导出:

可以看出,按2048大小导出的时候,本来应该导出512的尺寸,但实际是1024的尺寸,图集没有做优化排列,导致图片变大了,请问如何解决?

Related Discussions
...

你使用的是旧版本的Spine吗?如果是的话,你能不能试试用最新版本的Spine打包时是否运行良好?如果最新的Spine打包效果很好,你可能想用命令行界面来临时启动最新版本的Spine,然后直接打包纹理。


Are you using an older version of Spine? If so, could you try to see if it works well when packing with the latest version of Spine? If the latest Spine packs well, you may want to use the command line interface to temporarily launch the latest version of Spine and just pack the textures.

Misaki a écrit

你使用的是旧版本的Spine吗?如果是的话,你能不能试试用最新版本的Spine打包时是否运行良好?如果最新的Spine打包效果很好,你可能想用命令行界面来临时启动最新版本的Spine,然后直接打包纹理。


Are you using an older version of Spine? If so, could you try to see if it works well when packing with the latest version of Spine? If the latest Spine packs well, you may want to use the command line interface to temporarily launch the latest version of Spine and just pack the textures.

用最新版本打包仍然没有改善,我附上了源文件,您可以验证一下 :lol:

6 jours plus tard

谢谢你提供你的Spine项目! 的确,我已经确认,我可以用最新的Spine编辑器重现这个问题。我已经为此创建了一个问题单:
https://github.com/EsotericSoftware/spine-editor/issues/726
你可以订阅该问题单,然后你会在任何进展中收到额外的通知。


Thanks for providing your Spine project! Indeed, I have confirmed that I can reproduce that issue with the latest Spine editor. I have created an issue ticket for this:
https://github.com/EsotericSoftware/spine-editor/issues/726
You can subscribe to the issue ticket, then you will receive additional notifications upon any progress.


我们已经在v4.1.18中修复了这个问题,并且已经发布。经确认,即使v4.1.18版的最大宽度/高度设置为2048,你的Spine项目的打包结果也是512*512。请更新并检查该问题是否得到解决。

We have fixed this issue in v4.1.18 and it has been released. It is confirmed the packed result of your Spine project will be 512 * 512 even if the Max Width/Height is set to 2048 with v4.1.18. Please update and check if the issue is solved.