Using animations built with texture packer in cocos creator

Hello everybody, I need to use animations built with texture packer in several projects (I don’t want to use spine animation because these animations have to be smooth). Can someone gives me a hint to know where to search, because all the solutions that I find seem to be relevants only for cocos JS (http://cocos2d-x.org/docs/tutorials/javascript/parkour-game-with-javascript-v3.0/chapter5/en/index.html) or C++.
Thanks for any hints…

Hi jfgouhier,

add to your Cocos Creator animation a property called cc.Sprite.spriteFrame and drag&drop your frames to this property, it looks then like this:

All the best

Mike

1 Like

Thanks a lot for the tips, MFM.
All the best too.