// Start is called before the first frame update void Start() { DebugTimer.Init(); Application.runInBackground = true; Debug.Log("Run in background: " + Application.runInBackground); Server.OnServerInitialized += ServerInited; Server.Init(); }