How do I break out of a Unity app gone wrong?

Okay, so I saved my game as an OSX player and ran it. I unchecked windowed mode because I wanted to see how it looked full-screen. The only problem is, now I can’t figure out how to make it close again.

It fills the entire screen, the OSX menu icons don’t rise when I put the cursor at the bottom, Esc does nothing, and none of my windoze emergency moves do anything.

How do you ctrl+alt+del in mac? :frowning:

Edit: For future reference for those who come after me, Ctrl + Option + Esc or Ctrl + Alt + Esc. Alt and Option are both on the same key on this laptop, so I have no idea which combo I was actually pressing.

Note to self: Add a menu that lets you exit the game!

have you tried:

cmd + opt + esc?

in osx that should quit fullscreen apps or bring up a force quit dialog.

Cheers.

ps. the cmd key is the ‘apple’ key on mac keyboards…

apple + q should quit it.

not if it is caught in an infinite loop, or anything similar.

cheers.