20

When I press Ctrl+Alt+Esc or Ctrl+Shift+Esc the game loses focus, but then the whole PC is unusable and I need to restart the PC to regain control

How do I prevent the computer from locking up (let the player control their PC) when a full screen Unity game loses focus?

SpartanDonut
  • 2,937
  • 1
  • 23
  • 37
Samurai Fox
  • 335
  • 2
  • 5
  • 15

1 Answers1

26

I just tested this myself and confirmed this is a bug with Unity. When a full-screen Unity game loses focus, it still intercepts all input, so any clicks just give focus back to the game. (Without making it reappear, strangely enough.)

This issue was also noted by GG67 in a comment on this bug report, followed by CLEROTH saying he doesn't notice the issue in 4.5.3p1, so you should try updating and see if that fixes anything.

And if updating to 4.5.3p1 or beyond does not fix your problem, you should then report the bug by following this process.

Icy Defiance
  • 1,257
  • 1
  • 11
  • 23