예제 #1
0
 void Start()
 {
     peer = new LitePeer(this, ConnectionProtocol.Udp);
     peer.Connect("192.168.1.116:5055", "MyDebugNet");
 }
예제 #2
0
 void Start()
 {
     Debug.Log("My_debugNet  Start");
     peer = new LitePeer(this, ConnectionProtocol.Udp);
     peer.Connect("192.168.1.125:5055", "MyDebugNet");
 }