Hi Nathan, I'm Stefan Nguyen.
I'm having a problem with scaling. Would you please help?
I have a very big Spine project (4299x3342 pixels). Now I want to export with scale 0.06, meaning that final character animation be at 258x200pixels.
Here's my project.
https://www.dropbox.com/s/sv1b0l5r7qgbnwj/defender.zip
(pls let me know when you've downloaded the project, I need to take it down)
What I've done:
- Scale root bone to 0.06 then export to JSON files
- Scale all images to 0.06, then use TexturePacker to pack them into spritesheet.
- Test with cocos2d-x runtime: animation work well, but the body of the character seems to be scaled incorrectly
- Test with Java workshop BasicAnimation, weird scaling, worse then cocos2d-x runtime.
I also tried to export without scaling root bone, then set SkeletonJson scale to 0.06, same result.
So here's my 2 questions:
- How do I properly export with scaling?
- How do I scale down the whole Spine project, meaning that scale down images & bones but still keep them match.
Thanks,
Stefan