Answers for "unity Run in BG"

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

C# Answers by Framework

Browse Popular Code Answers by Language