if (Input.GetKey(KeyCode.RightArrow)) { transform.position += new Vector3(speed * Time.deltaTime, 0f, 0f); } if (Input.GetKey(KeyCode.LeftArrow))
確定! 回上一頁