• Can't scale on export properly

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:

  1. Scale root bone to 0.06 then export to JSON files
  2. Scale all images to 0.06, then use TexturePacker to pack them into spritesheet.
  3. Test with cocos2d-x runtime: animation work well, but the body of the character seems to be scaled incorrectly
  4. 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:

  1. How do I properly export with scaling?
  2. How do I scale down the whole Spine project, meaning that scale down images & bones but still keep them match.

Thanks,
Stefan

Related Discussions
...

Downloaded it, thanks. It seems like it will be hard to create the animations at such a large size. Spine limits zooming out. Someday we'll add scaling options to the editor for working at very small or large sizes. For now you can work at a normal pixel size and scale up or down as needed. I don't see why it would be a problem to use it scaled down though. Have you tried exporting at the large size and setting the JSON loader scale to 0.06?