So, i’m recenlty learning about GUI texture, i made this image in Gimp and i want to use several images to build the main menu, the main problem is that i do not know the specific dimension of the game itself, and since is a specific dimension, wouldn’t the image be smaller than the screen if people play in fullscreen?
What is the dimension for a full-size 2D menu?
My lack of precision comes from my lack of english knowledge, i'm sorry about that, Anyway, yes, i want this GUI image to fill the entire screen (Regardless of the resolution)
– ProNerdPandatherefore, as stated in the answer, the dimension of the GUI object is:
– Benproductions1Rect(0, 0, Screen.width, Screen.height)