• Editor
  • Unable to unpack atlas with .basis format

Hello! I was trying to unpack an atlas having the images compressed into the .basis format instead of PNG, but of course I failed 😃 Just wanted to ask if there's any way to do it yet?

Related Discussions
...

Spine does not support unpacking images in the .basis format. The texture unpacker is designed to work with PNG files, and other formats like ETC1/2 or PVR are also not supported for unpacking. If you have images in the .basis format, you would need to convert them to PNG or another supported format before attempting to unpack the atlas.

As Spinebot said, you need to convert the image to PNG.
You probably need to change the format also in the .atlas file; otherwise, the reference will still be to the old .basis images.

Got you, thanks a lot for the reply.