How to quit Windows standalone in full screen?

Maybe this is an elementary Windows question that I just don’t know the answer to as a Mac head, but how do I quit a Unity standalone player in Windows when it is running in fullscreen mode?

alt+f4 I believe. For all windows apps.
hth
AC

Yep. Would be nice if ESC was the default.

-Jeremy

Yeah… it’s ALT+F4. Or you can open the Windows Task-Manager with CTRL+ALT+DEL and close the Application by selecting it in the Application Tab and clicking the “End Task” button.

Best way imo would be to create a script in Unity to use the ESC key to cancel the application (Mac OS Win PC) like Jeremy mentioned it.

Thanks a lot.

Yes, bringing up a “do you want to quit/save/etc.?” dialog when you hit esc. would be the best thing.