Hi, I have a question that (I hope) should have a straightforward answer:
In the Editor view window, there’s a button to switch the viewpoint used in that window from Perspective view to Orthographic view. This creates a very smooth transition between the two views.
I’d like to have an effect like that in my game. I’ve done perspective-to-ortho switches before, but they don’t come out as clean-looking as that effect in the editor. Is it possible to find the code which controls this button in the editor window? Is there something obvious I can do to replicate this effect?
Thank you!