pixijs / spine

Pixi.js plugin that enables Spine support.
Other
570 stars 217 forks source link

PixiJS Deprecation Warning #534

Closed GevinYang closed 12 months ago

GevinYang commented 1 year ago

Description: pixi.js: 7.2.4 pixi-spine: 4.0.4

const onAssetsLoaded = (textures: Record<string, any>) => {
  bg = new Spine(textures.bg.spineData);
  app.stage.addChild(bg);
}

PixiJS Deprecation Warning: utils.rgb2hex is deprecated, use Color#toNumber insteadDeprecated since v7.2.0

manico commented 1 year ago

Same issue: https://github.com/pixijs/spine/issues/515