I'm currently developing a 2d mobile game for ios using SpriteKit as framework.
I made all animations with adobe after effects and now I have to import them into the app.
Instead of using sequence of texture as recommended by Apple and other tutorial, I read that there is an add-on for after effects named Bodymovin. It exports less frame and a .json file. Then in Xcode I installed a pod named Lottie to make it works. Well this is ok for UIViewController.
Someone know if there is a working way to export animations from after effects and make it work simply in SpriteKit?
Thank you