This is my scene, I have 5 enemy and have 25 different skin (sprite animation), when someone is down I need to respawn with new skin.
Can not load all skins to ram, very high usage (and iphones crash if you over limits https://stackoverflow.com/questions/5887248/ios-app-maximum-memory-budget )
I have to load sprites on runtime from file smoothly. Need help for this.
Thank you.