8izips / Tweener

GUI based tween system for Unity

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Tweener

Tweener is a simple tween component for Unity.

This helps controlling animations via inspector without animator.

Tweener.mp4

image

supported functions by target object type

  • GameObject: enable
  • Transform: translation, rotation, scale
  • RectTransform: translation, rotation, scale
  • Image: color, alpha

features

  • Preview play in edit mode
  • Multi channel animations
  • Ease function previews
  • All animations datas are serialized (saved in scene or prefab)

quick start

  • add Tweener component
  • set duration
  • add sequence and select module type
  • add target Transform or RectTransform, Image, etc..

or See Sample scene for reference

About

GUI based tween system for Unity

License:MIT License


Languages

Language:C# 100.0%