コード例 #1
0
 void Awake()
 {
     Instance          = this;
     Screen.fullScreen = false;
     DontDestroyOnLoad(this.gameObject);
     ClientTcp.StartThread();
     ClientUDP.StartThread();
 }