Dear all,
I would like to make isometric style character with 8 direction for each character.
So i need 8 animation design, which means i need 8 skeletons.
But, Spine's JSON export create 1 set (json, AtlasTexture, and Atlas) for each of my skeleton design.
can't i just pack those AtlasTexture in a single png file and load it at once?
and how about the runtime code in starling for this?
in the example i just see those 1 set for 1 skeleton.
https://github.com/EsotericSoftware/spine-runtimes/tree/master/spine-starling/spine-starling-example/src/spine
Thanks before~