Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 780 Bytes

README.md

File metadata and controls

14 lines (11 loc) · 780 Bytes

UnityChatRoom

中文说明

  • 这是一个Unity多人聊天软件,包含服务端和客户端源码。
  • 服务端是基于Socket异步TCP服务器。
  • 数据库是用Mysql,实现消息记录和账号存储功能。
  • 客户端是用Unity引擎开发,界面是用UGUI实现,具有账号注册登录,多人聊天,断线重连等功能。

README

  • This is a Unity of people chat software, including server and client source code.
  • The server is based on asynchronous TCP server Socket.
  • We use the Mysql database, realize information records and accounts storage function.
  • The client is to use the Unity engine development, interface is implemented using UGUI, with a registered account login, many -people chat, bolt reconnection etc. Function.