GameObject.Find("Camera").GetComponent<Camera>().orthographicSize = Screen.width/2;
Vector3 cameraScale
= new Vector3
(Screen
.width/2, Screen
.width/2,
0); GameObject.Find("Camera").transform.localScale = cameraScale;
minimumHeight = Screen.width;
maximumHeight = Screen.width * 2;