Hi!
If you want it to be at the center you chould use Screen.width /2 ,Screen.height /2.
Or you can go at this by using percentages like this: Screen.width * 0.5f,Sreen.width * 0.5f.
Now it depends on how big is that you want to show because using what i just typed will make it start at that position not be centered so you will have to experiement with diferent values(mine for center text are usualy 0.40-0.43f.
↧