/SimpleTween

Foolproof tween

Primary LanguageC#MIT LicenseMIT


This Custom Unity Package it's under development.


Simple Tween

Library that makes easier the tweens while coding thanks to using extensions. For now it's available for tween the colors and the position.

 

Usage

Through scripting, you can easily do a colour interpolation using the extensions:

image.Fade(FadeMode.In);
spriteRenderer.Blink(BlinkMode.OutIn);
material.Recolor(Color.red);

An active interpolation can be overwritten by another. It can also be stoped smoothly or instantly using:

text.StopColorTween();
rawImage.ForcedStopColorTween();

 

Installation

Add the custom package to your project via:

Instructions

 

Compatibility

  • Any Unity version
  • Any pipeline (Build-in, URP, HDRP, etc)

 

Support

⭐ Star if you like it
❤️️ Follow me for more