In my game, I’m using a minimap, and I don’t want the size to change with the game window.
I made a GUI image for the minmap to be placed in, and the Gui element doesn’t change size with the game window (since it’s set to a fixed size), but the size of the camera’s viewport changes with the size of the gamewindow. (It get’s bigger if the game is played fullscreen, and smaller if it’s played on a smaller screen)
So I want to know if there is a way to somehow fix the size of it so it doesn’t change with the window? (So it always fit’s inside the GUI slot)
Here’s a picture of where i want the camera’s viewport to be situated no matter the size of the game window: (Top right corner)
To recap, When I play the game fullscreen, the minimap becomes to big for the slot, and too small if I shrink the window.
Any Idea’s?