Unity3D DynamicallyLoadingAnimation Save

:space_invader: Unity3D Loading and unloading animations at runtime (Example)

Project README

Dynamically Loading Animation

Unity3D example project

This example will help you with optimization memory usage in Unity3D engine.

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

Open Source Agenda is not affiliated with "Unity3D DynamicallyLoadingAnimation" Project. README Source: tsarikovskiy/Unity3D-DynamicallyLoadingAnimation
Stars
96
Open Issues
2
Last Commit
3 years ago

Open Source Agenda Badge

Open Source Agenda Rating