- Home /
How can I enter fullscreen mode in a very low resolution?
I'm trying to experiment with making a game in the style of a PS1 game, so I want the resolution to be 320x240. I can get the game to run in that resolution just fine, but when I try to make it fullscreen, Unity forces it back to windowed mode. Can someone tell me why this is? Is there any way to get around it?
you can put the game in fullscreen like this:
http://docs.unity3d.com/Documentation/ScriptReference/Screen-fullScreen.html
and then set the résolution like this:
http://docs.unity3d.com/Documentation/ScriptReference/Screen.SetResolution.html
Tell us if it works ;)
Your answer
Follow this Question
Related Questions
Unity PC Build Keep Fullscreen in Windows 7 0 Answers
[Help] FullScreenMode - what is it? 0 Answers
Changing the default window mode (fullscreen/windowed) of a compiled Unity game? 2 Answers
Screen.SetResolution doesn't work when the game starts windowed? 0 Answers
Setting game as full screen, but opens in window between two monitors 1 Answer