Answers for "how to allow unity to continue in background"

C#
0

how to allow unity to continue in background

void Awake () {
     if (Application.isEditor)
         Application.runInBackground = true;
 }
Posted by: Guest on July-22-2020

Code answers related to "how to allow unity to continue in background"

C# Answers by Framework

Browse Popular Code Answers by Language