Hello,
I can’t use Spine in my cocos2d-x version 3.11. I don’t understand why but spine work well in the example code.
Can’t #include <spine/spine-cocos2dx.h>
Can you help me?
Hello,
I can’t use Spine in my cocos2d-x version 3.11. I don’t understand why but spine work well in the example code.
Can’t #include <spine/spine-cocos2dx.h>
Can you help me?
hey,
go to project , make sure your you select your project on top.
now you should only have 2 additional options Info and settings
then go to build settings->header search paths
then add
$(SRCROOT)/…/cocos2d/cocos/editor-support
Thanks