Escape from Unity!

Ryan Sweigart
Apr 29, 2021

Our game should be user-friendly. Part of a great user experience is giving them control over what is running on their devices. So let’s give them a quick way of exiting our game: By pressing the Escape key.

We can put this simple script in the Update method of an empty game object in our scene:

Ability to rage-quit enabled.

That’s it! So simple!

--

--