You can use Input class along with a check: void Update() { // Check if the left mouse button was clicked if (Input.GetMouseButtonDown(0)) { // Check if the ...
確定! 回上一頁