Hi guys, I'm having a hard problem which I'm not sure how to solve it properly, please help
I'm working on a cocos2d game with Spine characters. Each character can be seen from several perspectives (front, back, side). My current solution:
Create separate spine projects for different perspectives of one character
-> Each character export to several different JSON files and ATLAS files for all of its perspectivesIn game, create several CCSkeletalAnimation nodes for each character, show only one at a time (front or back or side), need to sync their position, scale, rotate...
I wonder if there's a better way to handle this situation, please help, thank you very much!