Skip to content

Display Grid

Cody Byrnes edited this page Feb 1, 2018 · 2 revisions

By default, PhiOS uses a fixed display width of 80 characters, and then automatically calculates the height based on the font used, the quad height scale and the screen aspect ratio. It will then adjust the camera's orthographic size in order to fit the display to the edges of the screen as tightly as possible.

If you wish, you can disable the automatic grid height, for cases where you might want a fixed grid size regardless of screen aspect ratio. Go to the Display MonoBehaviour component on the Display object of the bootstrap in your scene hierarchy, and untick Auto Display Height. You are now able to set your grid height manually.

Clone this wiki locally