spine icon indicating copy to clipboard operation
spine copied to clipboard

Pixi.js plugin that enables Spine support.

Results 114 spine issues
Sort by recently updated
recently updated
newest added

Since spine v4 makes it possible to split the color and alpha timelines I am using this for animating alpha only. However, pixi-spine doesn't seem to be able to handle...

The [markdown doc](https://github.com/pixijs/spine/blob/master/examples/spine_events.md) contains a wrong event-name for interrupted animations (so probably the example is also using the wrong eventname?) The `interrupted` event doesn't exist and I've tested it; it...

#422 I don't know of a better answer. Any feedback would be appreciated. :)

Hi. I found an issue. It's running example -> https://jsfiddle.net/vu7ryj9w/40/ I use pixijs and pixi-spine. I tried to `addChild` displayObject in event listener of pixi-spine. But, DisplayObject is displayed at...

After hours of trying to debug this unfortunately I can only come to the conclusion there is an issue in pixi-spine that is causing the following: Having an animation, created...

Hi, I am trying for a while now to switch skins, but I come across some issues in pixi-spine when different skins not share all the attachments. I have two...

For example, if I have one spine character (with slots and animations) and one spine cloth (also attached with slots, bones and animations), how can I blend these two spine...

Hey guys! I have an app where I need to replace mesh texture with another one created on the fly. I could simply do it by: ``` const newTexture =...

I managed to get a spine animation playing with pixi-spine but the canvas background is completely black, though the source image is a png. It maybe a newbie question, but...

I'm playing with your new Spine 3.0.1 version and I have seen a little issue. ``` const container = new PIXI.Container(); const anim = new Spine(spineData); container.addChild(anim); // TS2345: Argument...