Jackz 发表于 2014-6-12 13:06

求助《unity3d从入门到精通》中mmo的例子,详解

代码片段
void StartConnect(){
                remoteIP = GUI.TextField (new Rect(10,30,100,20),remoteIP);
                if(GUI.Button (new Rect(10,50,100,30),"创建服务器")){
                        Network.incomingPassword = "UnityNetwork";
                        NetworkConnectionError error = Network.InitializeServer(connectCount,remotePort,useNAT);
                        Debug.Log(error);
                }
        }

我只能一个客户端连接成功。不知道什么原因,感觉书上的代码有问题
这里remoteIP是指定客户端IP吗,是不是这个原因,导致的呢?

求帮助。

dylan-lzw 发表于 2017-3-13 20:25

很不错

y_lm 发表于 2017-3-13 20:42

楼主是超人

y_lm 发表于 2017-3-13 20:38

真心顶

y_lm 发表于 2017-3-13 20:28

难得一见的好帖

wsffx13 发表于 2017-3-13 20:40

很好哦

shjcolin 发表于 2017-5-24 14:48

很不错

li524503082 发表于 2017-5-24 15:33

真心顶

鸿鹄激昂 发表于 2017-5-24 15:17

难得一见的好帖

CryingRaven 发表于 2017-5-24 14:59

很好哦
页: [1] 2 3 4 5 6 7 8
查看完整版本: 求助《unity3d从入门到精通》中mmo的例子,详解