You could try the following: Input.GetKey("space");. Or, using the KeyCode enumeration: Input.GetKey(KeyCode.Space);. See the docs on this ...
確定! 回上一頁