spine icon indicating copy to clipboard operation
spine copied to clipboard

Pixi.js plugin that enables Spine support.

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

// packages/loader-base/src/atlasLoader.ts line 62, the value is empty due to execution order, and the variable here should be changed to resolve(newAtlas) ![image](https://github.com/pixijs/spine/assets/8130710/f5b022aa-fe79-43f9-a734-991ebfeb23a3) ![image](https://github.com/pixijs/spine/assets/8130710/adc4c01f-d4cc-4ec7-83ad-e8c372209f8a) ```code Assets.load({ src: test, data: { spineAtlasFile:...

I've tryed "skeleton.setToSetupPose();" and similar but nothing works Resetting an animation is very important, why there's no method to do it? Besides that I think there should be a method...

Hi all. I am using pixi.js version 6.5.10 and pixi-spine for Spine version 3.8+. I've got ann error loading example the Spine Boy sample project. Here is fragment of my...

**Description:** Previously, we believed that the bug was tied to the Spine export process itself. However, it now appears that the animation functions seamlessly on their latest runtime for spine-ts....

Inable to control loading file versions for atlas and images. Code example -------------------------------------------------- import {Application, Assets} from 'pixi.js'; import * as PIXI_SPINE from 'pixi-spine'; window.onload = async function () {...

Is Pixi version 8 supported by pixi-spine? Could not find it in compatibility table and no one mentions this in any issues which is strange. I know version 8 is...

The size of the loaded pixi-spine object is calculated well when using Region attachments, but it seems to ignore Spine's Bounding Box attachments as these don't influence the total size...

Regarding this Issue https://github.com/pixijs/spine/issues/515 Due to the deprecation of `utils.rgb2hex`, I have made the change to `Color.shared.setValue`. ![image](https://github.com/pixijs/spine/assets/11013287/1b7e565f-cd43-4c23-accd-435ad8cb214f)

![image](https://user-images.githubusercontent.com/21109782/205195345-bf46158b-39fa-4061-a540-da9e6a40ade4.png) These blocky artifacts appear around partially transparent parts of the image when I use .webp as an export format with spine. It works fine with .png, the artifacts do...