Lets say I have an Object object1
which is moved by a Dotween sequence in 0.2f seconds. Now I want another object object2
to start moving when object1
is moved half the way, so after 0.1f seconds.
Is there something like .append
, that doesn’t start after but in between the sequence, or do I have to make a move around?