Comment trouver l'unité de position de la souris

Vector2 mousePosition = new Vector2(Input.mousePosition.x, Input.mousePosition.y);
Ugly Unicorn