Demigiant Forum

Unity Assets => DOTween & DOTween Pro => Topic started by: Imirt on July 12, 2016, 11:32:50 PM

Title: Sequence steps callbacks
Post by: Imirt on July 12, 2016, 11:32:50 PM
Is there any way to provide a callback to tweens inside of a sequence. I assigned the callback to "OnStart" but that only works once with the sequence. If the sequence is looped, the callback is not called.

Alternatively, is there a way for a callback to run every time a tween begins?

Thanks