how to detect a mouse click in unity. using UnityEngine; using System.Collections; if (Input.GetMouseButtonDown(0)) { //Left Mouse Button } else if (Input.
確定! 回上一頁