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

# Bug Report: Inaccurate Blending Calculations in Pixi Spine Dear Pixi Spine Team, I hope this message finds you well. I am writing to report a bug related to inaccurate...

I'm not sure what's happening with pixi spine does not work with some spine json file, but work perfectly with spine web player package.json: ``` { "name": "pixi-7-spine-4_1_bug", "private": true,...

I need ability to parse and construct spine from preloaded separate files. I don't use `PIXI.Assets` to load spine files so I need functionality to parse them by myself. In...

This PR solves https://github.com/pixijs/spine/issues/528 issue. It allows to parse preloaded files and construct spine from them. I can do next now ``` ... import { SpineLoader } from '@pixi-spine/loader-uni'; ......

Add `setSkin` method to `ISkeleton` interface, this method is already implemented by all implementations. This allows for consumers to set skin to `null`, as recommended by the [Changing Skins guide](https://github.com/pixijs/spine/blob/master/examples/change_skin.md)....

The [example on changing skins](https://github.com/pixijs/spine/blob/master/examples/change_skin.md) recommends calling `setSkin(null)` before calling `setSkinByName`, which is working for us. However, the `setSkin` method is not exposed from the `ISkeleton` interface, requiring us to...

I am not able to remove spine animation from PIXI.Container. As soon as i removeChild it, it throws an error. Please help. Below is the code : private testSpineAnimation(): void...

version:3.8 spineFileVersion:3.6.38 error:Uncaught RangeError: Offset is outside the bounds of the DataView at DataView.getUint8 () at BinaryInput.readUnsignedByte (pixi-spine.js:52:32) at BinaryInput.readString (pixi-spine.js:100:30) at SkeletonBinary.readAttachment (pixi-spine.js:8363:30) at SkeletonBinary.readSkin (pixi-spine.js:8354:43) at SkeletonBinary.readSkeletonData (pixi-spine.js:8113:36)...

Hello, great work! As the title says I've got `PixiJS Deprecation Warning: utils.rgb2hex is deprecated, use Color#toNumber insteadDeprecated since v7.2.0` warnings at the console. Can you please fix this for...

I am using UniWebview in unity. I make a simple web game with pixijs, Save the web game locally (Android pad) in Unity, I want to make it run. There...