Unity3D example project
AnimationLoadManager script load and unload sprites from memeory with animation clips at runtime, that very helpful!
There's two simple public methods:
- for loading animation:
animationLoadManager.LoadAnimation(animationClipName, boolName);
- for unloading animation from memory when animation is done
animationLoadManager.UnloadPreviousLoadAnimation();
###if you have any question feel free to contact me https://twitter.com/s_tsarikovskiy