Hi Everyone!
I hope someone out there can help debug a problem I’m currently having using Spine in 3.24.1 (Using plugins/spine/dist/SpinePlugin.min.js)
It seems to be installed fine, and the spine objects load in the Scene without errors, but they don’t display. Their displayOriginX, displayOriginY, width and height values are Infinity
or -Infinity
I’m aware that spine object need to be exported with Spine 3.8 or higher, which these assets are (3.8.99). I’m having this problem both with my spine assets and assets from the Phaser example files which I’m loading into my game.That means I’m probably doing something wrong on my side… but I don’t know what.
If anyone out there has seen this before and some idea where I should look, please let me know