FromToTweenerTarget
now supports any binary operation- Ability to set another component to use as the source for
FromToTweenerTarget
SetTargetId
,SetTargetUntyped
andSetTarget
methods toTweenerTargetConfig
- Sequential mode for
Tweener
- Added ability to delay tweens
- Extracted a base class for
Sequence
andTweenBase
calledRunnable
- OnComplete and OnStart UnityEvents in
TweenerTargetConfig
- Ignore Timescale option for
TweenerTargetConfig
- Control panel to monitor tweens in the
TweenManager
- The property drawer for
FromToTweenerTarget
to accommodate the new features - Names for tweener targets:
- "SpriteRendererGradient" is now "SpriteRendererColor (Gradient)"
- "GraphicGradient" is now "GraphicColor (Gradient)"
- "RectTransformPosition" is now "RectTransformAnchoredPosition"
- "RectTransformSize" is now "RectTransformSizeDelta"
- "TransformUniformScale" is now "TransformScale (Uniform)"
Easing
is nowEasings
TweenSequence
actually works now
PlayOnDisable (all)
andPlayOnEnable (all)
from theTweener
editor (will be re-added later)
tween.Apply(settings)
shorthand forTweenSettingsProperty
(previouslytween.Apply(settings.Value)
)- XML documentation for most public members