I’ve set up the camera in my game so it can be toggled between perspective and orthographic modes using a button on my GUI. The camera starts in perspective mode and can be toggled to orthographic. I use camera.orthographic = true. This is where it stops working. I CANNOT set the camera back to perspective.
How can I set the camera back to perspective mode? Why isn’t this working? I’ve looked and looked for an answer to this, and tried a bunch of other camera functions at random and no luck.