Example: how to change the axis of a Vector3 variable Vector3 playerPosition = new Vector3(0, 0, 0); void Update() { Input.Getkey("w") { playerPosition ...
確定! 回上一頁