Reply To: Problem with rewind

Forums 💬 Slate Sequencer ⚙️ Support Problem with rewind Reply To: Problem with rewind

#21096
Gavalakis
Keymaster

    Hello again,
    Well, using a tween engine is not a very good practice to do within a sequencer like Slate, because the tween will run completely independent (or like you said “on a different thread”) than the sequencer does, especially if it’s just a “fire and forget”. So, you will need to tell DOTween to kill the tween. Bellow is an example how you should do it.

    On the other hand, you can of course just use the included action clip “Animate Material Color” and keyframe the color over time exactly like you want 🙂

    [attachment file=”AnimateColor.png”]

    Let me know if these work for you.
    Cheers.