Hi all, I’ve this problem:
How can I convert a viewport from a camera with 20 of field of view to a camera with 60?
If I set the first camera to 60 ,it works but if I set it to 20, it doesn’t work…
Please help me…
What do you mean with it doesn’t work?
camera.fieldOfView = 20;
or (for the main camera)
Camera.main.fieldOfView = 20;
realm_1
Thanks for the reply, but it’s not that problem, but I want to convert a position from different fov…
So then can you be some more precise? What do you want to convert to what?