Hi,
I have some buttons on my main menu which are created in the following manner (snippet attached below). I’m testing it on Galaxy S3 and Nexus10 and because those two devices have different display resolutions the buttons are drawn differently (put it simply - on N10 they are to small). Is there a quick way to overcome this issue? Fnx
public GUIStyle quitStyle; // I’m using this to change the texture appearance when hovered
…
if( GUI.Button(quitRect, “”, quitStyle) )
…