I need Mouse position in units

I need the mouse position in units
Right now im using this:

Input.mousePosition

But I get the position in pixels from the bottom left of the screen.
What code should I use to get the position in units?

Camera.ScreenToWorldSpace

–Eric

1 Like

Thanks!