Hi, I'm using phaser and I'm sad that there is no official plugin to use Spine animations with it. I tried one which was at first pretty functionnal, but, there is no documentations... I used : https://github.com/orange-games/phaser-spine
Do you know what cause this gap bug : http://www.clipular.com/c/5969279968608256.png?k=eyKE9ZgvMfezd67TxiUozJsCjw8
Thank you !
SOLVED : I was looking what was the problem for almost 4 hours, I just found it, it's because, on spine, I put a scale of 0.5, it seems that Phaser plugin don't read the scale and still set it to 1.
Thank you guys.