Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/tsarikovskiy/unity3d-dynamicallyloadinganimation

:space_invader: Unity3D Loading and unloading animations at runtime (Example)
https://github.com/tsarikovskiy/unity3d-dynamicallyloadinganimation

animation unity unity-scripts unity-tutorial unity2d unity3d

Last synced: about 1 month ago
JSON representation

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

Awesome Lists containing this 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:
``` csharp
animationLoadManager.LoadAnimation(animationClipName, boolName);
```

- for unloading animation from memory when animation is done

```csharp
animationLoadManager.UnloadPreviousLoadAnimation();
```

###if you have any question feel free to contact me https://twitter.com/s_tsarikovskiy