
Unity 3D
WANGYUZHEN王玉镇
c++,Python,Minecraft Unity 3D
展开
-
chatroom.exe简易聊天室
打开后设置成这个样子☝ 点:Play! 如果是服务器,点: 否则,点:原创 2021-06-30 16:49:45 · 173 阅读 · 0 评论 -
chatroom简易聊天室(Unity3d)
代码: using UnityEngine; using System.Collections; public class chatroom : MonoBehaviour { public string remoteIP= "127.0.0.1"; public int remotePort= 25000; public int listenPort= 25000; public string remoteGUID= ""; public bool useNat= false;...原创 2021-06-30 11:13:26 · 549 阅读 · 0 评论