Tweener is a simple tween component for Unity.
This helps controlling animations via inspector without animator.
Tweener.mp4
- GameObject: enable
- Transform: translation, rotation, scale
- RectTransform: translation, rotation, scale
- Image: color, alpha
- Preview play in edit mode
- Multi channel animations
- Ease function previews
- All animations datas are serialized (saved in scene or prefab)
- add Tweener component
- set duration
- add sequence and select module type
- add target Transform or RectTransform, Image, etc..
or See Sample scene for reference