Here is a video of the issues. Regardless of the resolution, they go off screen, and are not scaled to the resolution of the screen. I need it to where they will be center of the screen, and not go off screen on smaller devices. I have every setting to center, and declaring them default. I have no special settings in declaring them in my script. How can I do this? - YouTube
GUI.Label(new Rect(Screen.width / 2, Screen.height / 2 - 150, 125, 25), "Classification: Legendary", myStyle);
GUI.Label(new Rect(Screen.width / 2, Screen.height / 2 - 125, 125, 25), "Connections: " + LegendConnect, myStyle);
GUI.Label(new Rect(Screen.width / 2, Screen.height / 2 - 100, 125, 25), "Time: " + LegendTime, myStyle);