Spine and Facebook Instant Games
Apologies if wrong forum.
I'm wanting to use Spine in Unity with a plugin I'm using to make my builds compatible with Facebook Instant. Is Spine is compatible with Facebook Instant Games at all outside Unity? I understand that Unity and Facebook Instant Games don't typically work together therefore my question is purely about people using Spine building games for Facebook.
At present the Spine plugin for Unity throws about 150 errors and while I'm willing to sort through them to adjust the Spine runtimes and .cs files I don't want to if it isn't even going to be compatible afterwards anyway.
Thanks.
If you're considering writing the game directly in js, you might want to try using the spine-ts runtimes (or the js-compiled version, spine-js). If Facebook expects a game written in javascript, that's likely to work.
Our demos page uses spine-js so it can run in the browser.