Skip to content

8izips/Tweener

Repository files navigation

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

Topics

Resources

License

MIT, Unknown licenses found

Licenses found

MIT
LICENSE
Unknown
LICENSE.meta

Stars

Watchers

Forks

Languages