The docs specifically mention TPP as an option but there doesn’t seem to be any method to use an atlas with Spine itself. Is this possible?
As it is, I’m assuming anyone using it right now is using this workflow:
-
Use the raw images in Spine
-
Export animation json
-
Load the raw images into Texture Packer Pro
-
Export once as Corona SDK (lua)
-
Export once as Libgdx (.txt)
-
Rename the .txt as .atlas?
Presumably then there is some code function (hard to say; the documentation is all JS only) for making Spine understand that the image uses an atlas?