The result I expect is that after the two animations of target1 are completed, the execution returns to Callback1, and then executes the animation of Target2 with a delay of 10 seconds. But in fact, I found that the execution of Callback1 is after AppendInterval,Is there anything wrong?
Hi, I've recently using DoTween and I have a curious behaviour with AppendInterval() method. I paste the code I'm using to :
The result I expect is that after the two animations of target1 are completed, the execution returns to Callback1, and then executes the animation of Target2 with a delay of 10 seconds. But in fact, I found that the execution of Callback1 is after AppendInterval,Is there anything wrong?