In Unity in the Update function how to put an object move from point A to point B in the move from point B to point C? Hope the great god answer
CodePudding user response:
Using Vector3. MoveTowards alone move from point A to point B is very simple.
Get a state variable, if has been to point B
Began to move to C
CodePudding user response: