• 中文
  • Spine导出纹理图集按照图片文件夹去命名

Related Discussions
...

Spine导出纹理图集的时候,打包选择 图片文件夹 至 每个骨架图集
但是导出的图集的名字都是以骨架为前缀后面的名字都是顺序生成的,比如骨架名字为Test,文件夹的名字分别是A,B,C,现在的导出来的贴图名字是Test,Test_1,Test_2,但这并不是我想要的结果,他忽略了文件夹本身的名字,有什么方法可以实现导出的时候直接按照文件夹名字进行么?

三个文件夹名称 A B C 骨骼名字 Test
现在打出来的图集是:Test,Test_1,Test_2
想要的结果:Test_A,Test_B,Test_C

请问有什么方式可以做到么?

不幸的是,不可能根据文件夹名称导出纹理图集页面。这些过去的论坛主题可能会有帮助。
Deterministic (or editable) names for exported texture files
Mix and match outfits + Addressables loading issue
在后面的文章中,Harald解释了如何通过使用CLI导出你的骨架来指定纹理名称。


Unfortunately, it is not possible to export texture atlas pages based on folder names. These past forum threads may be helpful:
Deterministic (or editable) names for exported texture files
Mix and match outfits + Addressables loading issue
In the later one, Harald has explained how to specify the texture name by exporting your skeleton using CLI.