Mini Tween is a tool that allows you to quickly achieve the tween effect you want. It's intuitive to use and has low overhead.When we changed the UI system from NGUI to UGUI, we unfortunately lost the tween system built into NGUI, so we created a tween that has a similar structure to the NGUI tween and is much better.Ability to test animations in the editor before play mode playback.Tweeing- position/localPosition.- rotation/localRotation.- lossyScale/localScale.- RectTransform.anchoredPosition.- RectTransform.sizeDelta.- Color (Image, RawImage, Text, SpriteRenderer, CanvasRenderer, Renderer).- Alpha (Image, RawImage, Text, SpriteRenderer, CanvasRenderer, Renderer).Grouping and managing tweens.