public float speed = 2; void Update() { // Moves the object forward at two units per second. transform.Translate(Vector3.forward * speed ...
確定! 回上一頁