Hello everyone.
I have one question, I did button and I set positions but this button behaves differently and is in different locations depending on the screen resolution.
How to do that was all the time in a fixed position? Regardless of the resolution?
if(GUI.Button(Rect(Screen.width /2 - 100,Screen.height /2 - 100,250,50), "Play"))