Open misaki-eymard opened 2 months ago
We have also received reports that the same problem occurs when unpacking webp-format textures via CLI: https://esotericsoftware.com/forum/d/26944-not-able-to-unpack-altas-file-using-spine-cli-commands-for-webp-images
Description: If you run the texture unpacker and try to unpack the atlas in webp format, you may get an error. The workaround is to pack a skeleton's images into webp format once and then unpack it. Once the webp pack has been executed, unpacking any webp textures will work.
Expected behavior: You can unpack an atlas packed in webp format, even if you have never run a pack in webp format since you started Spine.
Steps to reproduce:
Texture Unpacker
window via the Spine menu.spineboy-pro.atlas
in theAtlas file
field, and set the output folder.Unpack
button, then you will see the following error:If you open the log, you should find the following line:
However, once you open any Spine project (e.g. Spineboy) and pack the skeleton images in webp format and then unpack them again with the texture unpacker, you will see that the error no longer occurs.
The version of Spine in which this issue was found: 4.2.36
This issue was reported in the following thread on the forum: https://ja.esotericsoftware.com/forum/d/26860-%E8%A7%A3%E5%8C%85%E8%B7%B3%E9%8C%AF%E8%AA%A4%E7%84%A1%E6%B3%95%E8%AE%80%E5%8F%96webp%E7%9A%84%E5%9C%96%E6%AA%94