- Home /
Full Screen Get smaller when i actived it
for some reason when i set on the full screen mode the window get very very small i tried every scritp
Screen.fullScreen = !Screen.fullScreen;
Screen.fullScreen = !Screen.fullScreen; Screen.SetResolution(1200, 800, true);
Screen.SetResolution(1200, 800, true);
Screen.SetResolution(Screen.width, Screen.height, true);
i tried all of them seperatly by pressin a button also on a GUI function but all of it make the window smaler...like so small:smaller than my hand...
how to switch to windowed to a fulllscreen and be able to set a resolution inside a fullscreen? I need help on this i just pass 2 hour on it
Answer by zharik86 · Nov 26, 2014 at 07:21 AM
If you want to pass into the window mode, but thus to keep the current display resolution:
Screen.SetResolution(Screen.width, Screen.height, false); //3d parametr is fullscreen mode
I hope that it will help you.
actualy i want to pass to full screen but thx in case i need it!! but its realy on changing to fullscreen the problem!!
Your answer
Follow this Question
Related Questions
Multiple Cars not working 1 Answer
Pause Menu background problem 0 Answers
Gui placement help 1 Answer
Pause Menu 5 Answers
GUI problem 1 Answer