Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 660 Bytes

README.md

File metadata and controls

29 lines (19 loc) · 660 Bytes

CoolestTween2

C# Plugin for tween animations for Unity3D.

Tween Types

Move
Rotate
Scale
Color
Alpha
Unity UI animation
Material value animation

Features

Animate Unity UI components such as Image, RectTransform, ScrollRect, Canvas, CanvasGroup
Extension methods for creating animation Easing types, you can easly write your own easing function
Tween types (Looping, PingPong)
Custom Tweeners, you can write your own tweener type
No performance impacts since doing object pooling

Setup

Place "Assets/CoolestTween2" folder to one of your project directories