Property SuppressApplicationRunInBackgroundWarning
SuppressApplicationRunInBackgroundWarning
If you disable runInBackground, users will experience client disconnects
when tabbing out of (or otherwise un-focusing) your game application.
It is therefore highly recommended to enable "Run in "Background" via ticking Project Settings... Player... Resolution and Presentation... Run In Background
.
Declaration
public bool SuppressApplicationRunInBackgroundWarning { get; set; }
Property Value
Type | Description |
---|---|
bool |
Remarks
Setting SuppressApplicationRunInBackgroundWarning to true will allow you to toggle off "Run in Background" without triggering the advice log.