Removing Windows chrome from the executable

Hi All,

We're working with some pretty Alpha hardware right now and are having some difficulty getting Unity (or any other full screen 3D app) to run in hardware mode. As a workaround, we'd like to run our game in "windowed" mode, but remove the windows chrome.

We're running in either Win7 or Win Vista, depending on which one works.

Two questions:

1.) Does Unity have the ability to create a game file that runs sans-window chrome?

and

2.) If not, do one you guys have a windows workaround that removes the frame from a window?

Many thanks for any expert knowledge!

:s.

Making a shortcut of the executable, then adding -popupwindow at the end of the target of this shortcut makes it run in borderless windowed, effectively removing the frame of the window. That way you can take your native screen resolution then tick windowed and it will feel just like your game was in fullscreen.

You can use -popupwindow to start the game.