Heya, Daniele and all others who read this!
I have one feature request for DOTween:
DOScale(uniformValue, duration);
so we could do
DOScale(0.8f, 1f);
instead of
DOScale(new Vector3(0.8f, 0.8f, 0.8f), 1f);
Or maybe we already have something like this and I just need to read docs better?
Cheers!