第一
float dis = (transform.position - player.position).sqrMagnitude
第二 绝对值
Mathf.Abs();
第三 匀速移动
Vector3.MoveTowards();