14 screenSize =
new Vector2(Screen.width, Screen.height);
16 for (
int i = 0; i < array.Length; i++)
18 array[i].fontSize = Mathf.FloorToInt(Screen.height / 20);
27 for (
int i = 0; i < array.Length; i++)
29 array[i].fontSize = Mathf.FloorToInt(Screen.height / 20);
31 screenSize =
new Vector2(Screen.width, Screen.height);