- Home /
Stop time while DOMove
Is there a way other than using an IEnumerator and WaitForSeconds to wait for a DOMove to complete and then resume the execution of a function? For example I want an object to move with a duration of one second and then open an other function. But the other function is executed immediately after the object began to move instead of waiting for the second it takes to move the object.
Comment
Your answer
Follow this Question
Related Questions
Best way to tween Gui Elements? 5 Answers
how to use LeanTween to tween camera orthographicSize 1 Answer
DOTween, tk2dTextMesh and float 0 Answers
transform position and dotween 0 Answers
LeanTween, Tween canceled but still true when check isTweening. 0 Answers