It seems that you're using an outdated browser. Some things may not work as they should (or don't work at all).
We suggest you upgrade newer and better browser like: Chrome, Firefox, Internet Explorer or Opera

×
How to use Unity Engine in fullscreen? I've read fullscreen isn't proper Fullscreen but in several Unity games I own there's no option in the normal Unity launcher (I mean that small box thing that appears with graphical options like 'Fantastic, Good, etc'?)
No posts in this topic were marked as the solution yet. If you can help, add your reply
avatar
BrianSim: How to use Unity Engine in fullscreen? I've read fullscreen isn't proper Fullscreen but in several Unity games I own there's no option in the normal Unity launcher (I mean that small box thing that appears with graphical options like 'Fantastic, Good, etc'?)
Most Unity Engine games now default to Borderless Windowed, and all the "Windowed" box does in the config launcher is switch between windowed vs borderless windowed. To override that and force Exclusive Fullscreen, just add the command line:-

-window-mode exclusive
No posts in this topic were marked as the solution yet. If you can help, add your reply
avatar
AB2012: Most Unity Engine games now default to Borderless Windowed, and all the "Windowed" box does in the config launcher is switch between windowed vs borderless windowed. To override that and force Exclusive Fullscreen, just add the command line:-

-window-mode exclusive
It worked! Thank you!