Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 797 Bytes

README.md

File metadata and controls

24 lines (15 loc) · 797 Bytes

Chat TCP Unity

TCP Client-Server Model using .NET and Unity

Project written based in the NetCoreServer Library

NetCoreServer: https://github.com/chronoxor/NetCoreServer

There is this tutorial that shows step by step on how to use this project.

Unity (Client)

  • Dependency: NetCoreServer.dll
  • Difficulty: Intermediate
  • Version: 2019.2.7f2
  • .NET version: .NET 4.x

image

.NET (Server) - Console Application

  • Dependency: NetCoreServer.dll
  • .NET version: tested in 3.0

image