Vector3 target = (目的地);gameObject.transform.position = target;
直接transform.position = target.position;就可了
那你就直接将position改为这个位置不就好了