I made this:
<pre>Vector3 stageDimensions = Camera.main.ScreenToWorldPoint(new Vector3(Screen.width, Screen.height, 0)); Debug.Log(stageDimensions.y);</pre>
But it seems it gets top Y coordinate of the main camera, not the bottom. How to get a bottom Y?