- Home /
Question by
goranzoricic · Apr 04, 2013 at 01:21 PM ·
playerresolutionsizewindow
How to set arbitrary window size when not in fullscreen?
Is it possible to make the player window any size? It seems silly that window sizes would be restricted to resolutions suported by the monitor. More so since it is possible to resize the window by dragging its corner with the mouse. I'd like to be able to do something like:
Screen.SetResolution(1280, 480, false);
regardless of what my monitor supports. Again, i'm not running the player in fullscreen mode, but windowed, so it should be possible, right?
Comment
Your answer
Follow this Question
Related Questions
Why won't my Player Setting's resolution size change after build/export? 0 Answers
What's the best texture resolution? 2 Answers
Auto scaling GUI 3 Answers
iOS GUIText size issue 1 Answer
iOS status bar 2 Answers