News

The Animation Modifier component allows you add basic animation to your Unity scene without needing to write any extra scripts. Here's an example where a Float Animation Modifier is being used to ...
SpriteAnimator will allow you to create simple sprite frame-by-frame animations in Unity. Animations are created as scriptable objects and played via the SpriteAnimator MonoBehaviour. The intention of ...