Hi,
Loving DOTween so far, really great product.
I've been having some trouble figuring out how to correctly kill an infinite loop sequence. If I just kill it, even with the complete parameter set to true, the tween just suddenly stops.
What I wanted was to basically prevent any future loops on the sequence, and kill it only after a full loop has completed.
Is there any simple way to this without having to resort to sequence callback tricks?
Regards,