1. Change the if line to include a check for the left Shift key: if (Input.GetMouseButton ( 1 ) || Input.GetKey ("left shift") ) ...
確定! 回上一頁