Camera.aspect should remained the same if I pick something other than “Free Aspect” and scale the play mode window around.
This is not the case. I Debug.Log(Camera.mainCamera.aspect) and it is shown that the value returned fluctuate around while I was resizing play mode window. Why is this happening?