I couldn't find anything in their documentation but I'm really stuck with how to call a function, once DoTween has finished the tween. :/ Does anyone know?
I tried this but I get an error onComplete does not take an argument.
unlocked.DOSizeDelta(Vector2.one, .3f).SetEase(Ease.InBack).onComplete(ResetUnlock);
private void ResetUnlock()
{
print("dosomething");
}