void Awake() { Instance = this; Screen.fullScreen = false; DontDestroyOnLoad(this.gameObject); ClientTcp.StartThread(); ClientUDP.StartThread(); }