When I do
Camera.main.ScreenToWorldPoint(
new Vector3(Mouse.current.position.x.ReadValue(),
Mouse.current.position.y.ReadValue(), 0));```
it returns the `Camera.main`'s position but only in a scene with a NetworkManager. If I move the whole script to a scene with no NetworkManager it returns the expected value. Why doesn't it work in the networked scene?