GUI Text position

Hi,

What is the best way to position GUI Text for the game. In the Scene View it is kind of ‘impossible’ to set it correctly and setting it in the Game Scene then if playing the game it shows the text still on a different spot.

What would be the best practice to correctly positioning the GUI text for the game? Thanks.

GUIText and GUITexture objects use viewport space, which means X=1 is the right side and Y=1 is the top. So (.5, .5) is the middle and as @DavidS said “” In the Scene View it is kind of ‘impossible’ to set it correctly and setting it in the Game Scene then if playing the game it shows the text still on a different spot “” Then Just ZOOM more & more & more in Scene View & try to position GUI Text at proper position, and Try to use camera projection: Orthographic
Hope this info is helpful to you…