Hey @Nate, thanks for fast reply!
Yes I'm using Esoteric Software's plugin, not the phaser's one. I know there is no full coverage, trying to make things harder.
Thank you for awesome contribution. But there is only one problem. As you know if we use Image element, there will be record on network tab. That's why I drawing the image into a canvas and I using texture manager to add into the game. Just like this:
scene.textureManager.addCanvas(myEncryptedImageCanvas);
So there is no file loader or Image element, but SpinePlugin.ts#L355 requires a Phaser.Loader.File
Is there a way to do that? Or should I modify the spine-phaser plugin?
Thanks in advance..