- Modifié
Pixi.js + spine 3.5 ?
Hello,
I would like to use Spine in Pixi.js (https://github.com/pixijs/pixi-spine/), but pixi readme warns me:
"Pixi-spine 1.3.x works ONLY with data exported from Spine 3.5."
I've had a look on trial latest version (beta 3.6.2), but exporting -or setting version- are not allowed, so I've no idea how to test if a purchased version would actually allow export in 3.5 format.
Any idea?
The trial version is always the latest beta version, and not the release version, allowing us to catch bugs early.
The current release version is 3.5.51, which is compatible with pixi-spine. pixi-spine is a 3rd party runtime, but updated very frequently. You can try it out with example exports from our runtime repository here spine-runtimes/examples at master
thanks