Skip to content

iceoffire/chat-tcp-unity

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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