Open gerroon opened 10 months ago
The Spine runtime is not a part of the basic Defold API since a while ago, because of this I also removed it from hxdefold. It is now an extension that you need to add as a dependency, and as such it should not be maintained and versioned together with hxdefold which only reflects the basic API.
Instead, I've made a separate package to keep loosely-versioned externs for extensions: https://github.com/hxdefold/hxdefold-extensions
If you add that as a dependency you should be able to use the Spine externs from there 🙂
On the topic of this example repo: it's outdated
Hi
Thanks for the reply, I will give it a try. It might help to mention these in the repos because I was scratching my head for some hours
Hi
I am trying to start using Haxe in Defold and I am getting this error when I build it. Am I doing it wrong?