Hello,
I have a 128x64 pixels back button image texture. I wish to place the button image at coordinate position 100,100.
What size values should I use for button size so that I can use this 128x64 button texture to get a decent and standard size button when I run the app on android Samsung Galaxy s3 and iphone.
if(GUI.Button(Rect(100, 100, ? , ? ), guiButton, guiStyle))
So what Rect size should I give in the above code so that my back button image texture 128x64 gives an acceptable button size while running on Samsung Galaxy s3 and iOS devices ?
If I require different button sizes please specify in pixels … For different resolutions.
P.S. I am also using matrix.trs … For different resolution settings.
Thanks,
Red