[Unity] How to Adjust the Camera Size
When we using Unity to make a 2D game, if you want to keep the aspect ratio of the camera shooting unchanged, but you want to dynamically adjust the shooting range, then we can adjust the orthographicSize
parameter.