I am just trying to display two sphere using the same prefab. But one is distorted when it is set to the right of center.
I have attached a screenshot which shows the issue and the camera setting.
Any help is appreciated.
Thanks!!
I am just trying to display two sphere using the same prefab. But one is distorted when it is set to the right of center.
I have attached a screenshot which shows the issue and the camera setting.
Any help is appreciated.
Thanks!!
That is due to your “Field Of View” value. No matter the value there will always be slight or heavy distortion near the edge unless you use an Orthographic projection.
Nice, Thank you for sharing. Using Orthographic with a size of 500 is given me what I was looking for in this first test.
Are there any gotcha’s to using Orthographic to I should know?
Everything you need to know about Cameras can be found in the online manual here:
“Orthographic - Marking a Camera as Orthographic removes all perspective from the Camera’s view. This is mostly useful for making isometric or 2D games.”