Hi,
I have been using HOTween for a while and am quite comfortable with it, but since purchasing DOTween Pro I am in the process of switching all of my HOTweens over.
For the life of me I just can't see how to convert this particular HOTween. I am hoping I've just missed something obvious.
HOTween.To(gameObject.transform,
20,
new TweenParms()
.Prop("position", destinationTransform.position)
.Prop("localScale", destinationTransform.localScale )
.SpeedBased().
OnComplete(completeSingleTouchTransform));
Any help will be much appreciated.