We're currently using the Phaser Framework for creating our Game and we have a spine project that has several pieces of equipment, a semi-complex rig, and several animations. The issue is that while I was going through and adding some polish to our project (in the form of removing our placeholder character) I noticed something bothersome.
There was no lighting affecting my Spine character
I reached out to the creator of Photon and asked about it applying lighting and with a very, very brief conversation he said "I can't see how it would be possible, Spine objects aren't rendered by Phaser, they're entirely external" and this puts us at a dilemma.
Our game is very heavily focused on the use of dynamic lighting, so the character being stuck in a permanent LIT state really throws off the entire theme. We could export sequences (which would be affected by the lighting) but considering all of the pieces of equipment we have and the deformations in our animations this is going to end up generating thousands of sprites, if not more and due to all of these deforming animations, I don't see how just overlaying equipment on-top of an animated character like you would in 3D games could work.
If anyone has any ideas on how we can save this project other than severely dumbing down our characters, please let me know.