MWendt
To make spine animations work in PixiJS, you need a library or plugin. If you're using PixiJS v8, you're likely using @esotericsoftware/spine-pixi-v8
.
I want to make sure you're using the latest version of the library, which is currently 4.2.76
. Previous versions had issues with clipping masks, but these should now be resolved.
We also need to confirm that you're not using @pixi/spine-pixi
, which is an archived fork of the library.
Additionally, it would be helpful to know the PixiJS version you're using. For example, the minimum supported version of PixiJS v8 for our library is 8.4.0, as noted in our documentation.
The latest PixiJS version is 8.8.1, as listed here.
If you're using a 4.2.40 exported asset, a compatible version of PixiJS, and the latest version of our official runtime library (spine-pixi
), but the issue persists, we’ll need your Spine assets and reproduction steps to debug it. You can send your assets privately to contact@esotericsoftware.com.