I have created a List vecs = new List();
and filled it with 3 vectors that I want to use in a AddForce.
What I want is to have my object to move for like 4 seconds on every vector with a stop inbetween every vector.
I have tried while-loops, WaitForSecondsRealtime but without any luck… All of the methods i tried just makes my object to move with my last vector in the List…
I have read a lot of threads without finding any answer to my problem…
So is there anyone who have done this and can guide me in the right direction?