Honestly, I don’t know if it’s a bug or a purposeful feature, but I believe there should be a button in the game menu to run in the background when the window loses focus on windows.
Algo como:
Application.runInBackground = true;
in the
Start()
class should work for the game to run in background, but there should be an option in-game menu to toggle between true or false.