• Editor
  • FEATURE REQUEST / IDEA

Hi,

Was thinking to myself it would be cool if spine had some kind of image loading plugin. That way for example vector images could be loaded in and rasterized via the plugin. Then this allows for vector images to be used in game with the existing editor and runtimes can be updated to use resolution based rasterized images.

Related Discussions
...

You can rasterize your vector art and use the raster version in Spine. At runtime you can use your vector art, or rasterize it based on the resolution and scale the skeleton data.