using UnityEngine; using System.Collections; public class ExampleClass : MonoBehaviour { void Update() { Vector3 mousePos = Input.mousePosition; } }