1
TNet 3 Support / How to use the BroadcastToLAN() function
« on: March 10, 2014, 10:32:27 PM »
MyCode :
Server Start ,But it does not work! Any Demo? help me~
- if (Input.GetKeyDown(KeyCode.C))
- {
- Debug.Log("CCCC");
- MessageContain = "C";
- tno.BroadcastToLAN(5127, "BroadCastMaeesge", MessageContain);
- }
- [RFC]void BroadCastMaeesge(string text)
- {
- Debug.Log("CCCCCC");
- ScenesName = text;
- }
Server Start ,But it does not work! Any Demo? help me~