koordináty myši #unity3d
// Update is called once per frame void Update () { this.guiText.text=Input.mousePosition.x.ToString(); } }