unity-jtween icon indicating copy to clipboard operation
unity-jtween copied to clipboard

Additional component types for Tween API

Open jeffcampbellmakesgames opened this issue 6 years ago • 1 comments

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

jeffcampbellmakesgames avatar May 25 '19 07:05 jeffcampbellmakesgames

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.

jeffcampbellmakesgames avatar May 25 '19 07:05 jeffcampbellmakesgames