摘要: ``` using System.Collections; using System.Collections.Generic; using UnityEngine; public class Move : MonoBehaviour { Vector3 targetPos; float moveSpeed = 2; Vector3 velotity = Vector3.zero; float sm 阅读全文