Hi Guys,
I am trying to follow this workshop class https://github.com/EsotericSoftware/spine-workshop/blob/master/src/com/esotericsoftware/spine/workshop/I_Box2D.java to create attachments in my project that is using cocos2dx3.0 , the workshop above looks old and things have been changed, I would appreciate if anyone could help me to get what I am looking for. I am not able to find proper tutorial or, sample using cocos2dx3.0.
For like I am trying to do things below
this->atlas=spAtlas_createFromFile("iphone-bear.atlas", NULL);
spAtlasAttachmentLoader *loader=spAtlasAttachmentLoader_create(this->atlas);
//getting an error here "no matching function for call to spSkeletonJson_createWithLoader"
spSkeletonJson *json=spSkeletonJson_createWithLoader(loader);
I am getting errors, and no able to understand few things.
PS - I have got my spine created from Editor.
Thanks.