unity-jtween
unity-jtween copied to clipboard
Additional component types for Tween API
Summary
I would like to add support for tweening other component's values, regardless of whether or not they can be immediately updated from Jobs directly; these would offer a similar API comparable to single Transform tweens including extension methods and methods on JTweenControl. Depending on the number of desired component tween types, I would break these up across several releases.
Initial thoughts include:
- AudioSource->Volume
- CanvasGroup->Alpha
- MaterialPropertyBlock->Properties
- RectTransform->AnchoredPosition/WorldPosition, Rotation, Scaling
Going to leave this around for a bit to gather up some more thought after the v1.0.0 release and then break it up into separate issues, each attached to a milestone.