Hello,
I'm working on a spacegame project and each ship animation has 32 frames.
The problem is that I want to load them from a folder (System.AppPath + "/images/ship_1/" + frameId + ".png").
I already tried to load the anim frame each time it's needed from the folder but it uses a lot of cpu :/
So the question is, how can I load 32 frames once and then use them when I want (like if I created an animation on my sprite object with 32 frames)
(ps: i'm using UniqueSprite plugin)
Thanks in advance !