Here is a Unity arkanoid tutorial where the paddle is controlled with arrows keys: if (Input.GetKey(KeyCode.LeftArrow)) ... if (Input.GetKey(KeyCode.
確定! 回上一頁