Hello,
I’ve got a request in which I am trying to show a GUI text saying “PAUSED” once the player clicks out of the unity webplayer. I currently have a pause function in which when the key ‘P’ is pressed, the game freezes and the word “PAUSED” comes on the screen, but when you focus off the game and click out of the webplayer the game pauses, but there is no GUI Text on screen.
The question I am asking is if there is a script that checks if the player is focused on the game, and if not it will draw the GUI Text.