spine
spine copied to clipboard
Pixi.js plugin that enables Spine support.
Hi! #### Problem It is not possible to catch spine loading error if an image, defined in `.atlas` file, has failed to load (network error, absence of asset itself, etc.)....
Trying to use the runtime 4.1 with `strict: enabled` causes a bunch of errors like this: ``` node_modules/@pixi-spine/runtime-4.1/index.d.ts:78:64 - error TS2344: Type 'AnimationStateData' does not satisfy the constraint 'IAnimationStateData'. The...
my version of "pixi.js": "^5.3.7", I don't understand which version of pixi-spine should I install? whichever version I install, the entire project does not work for me after installing pixi-spine
Added missing parser name so it can be used with Asset loader `loadParser: 'loadAtlas'`
Is it possible to load spine from : 1. .json (spine) 2. no .atlas 3. individual images instead of spriteSheet whose description in skins of spine . @ivanpopelyshev Hello Ivan,...
Issue happens if I try to load `TextureAtlas` with preloaded images. For that you need to pass `{ images }` as third parameter to `Assets.add`. ``` PIXI.Assets.add(resource.name, resource.file, { images...
### Current Behavior ``` A lot of errors on build due to typescript: node_modules/@pixi-spine/runtime-4.1/index.d.ts:78:64 - error TS2344: Type 'AnimationStateData' does not satisfy the constraint 'IAnimationStateData'. The types of 'skeletonData.name' are...
I am really unsure whether this is a bug with pixi-spine or something we could be doing differently our side, but we have tried a multitude of solutions without any...
in my index.js,I use ` import * as PIXI from 'pixi.js'; import { Spine } from 'pixi-spine'; ` to load spine。 but the console show `Uncaught TypeError: Cannot read properties...