Does anyone know the right method of allowing the player to adjust to his/her screen size?
Like on most console games where the player adjusts a box (usually with arrows top and bottom) and this sets the game resolution?
Thanks in advance…
Does anyone know the right method of allowing the player to adjust to his/her screen size?
Like on most console games where the player adjusts a box (usually with arrows top and bottom) and this sets the game resolution?
Thanks in advance…
I don’t know if this does the trick, never tried it. Just replace the amounts with variables that the user can change. Not sure if it works that way but I don’t see why it wouldn’t, if this is what you were asking for.
When you’re adjusting a box on a console game, you’re defining the extents of your television’s safe zone. This ensures no UI / HUID elements get cut off. It has nothing to do with resolution.
Is that what you’re trying to accomplish?
Yes that’s what i’m trying to do… sorry for not being clear.