pixijs / spine

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

Loading spine with large texture cause runtime error. #521

Closed chlind closed 1 year ago

chlind commented 1 year ago

Texture Error: frame does not fit inside the base Texture dimensions: X: 2 + 2114 = 2116 > 2048 and Y: 1362 + 2114 = 3476 > 2048

miltoncandelero commented 1 year ago

Your atlas and PNG file don't match. Your atlas file describes a rectangle outside of the png bounds

chlind commented 1 year ago

Ahh... The artist provide wrong size of texture. Thanks.