peiyumo / tcp-udp-networking

Source code from my C# networking tutorial series on YouTube.

Home Page:https://www.youtube.com/c/TomWeiland

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

C# Networking Tutorial Series

This is the source code for my C# networking tutorial series on YouTube.

Each branch contains the code corresponding to what you should have at the end of the associated video. For example, the code you have after watching part 5 of the series should match the code in the tutorial-part5 branch.

Note: using the console app server in the GameServer project (from any branch) with the GameClient project from branch 6 and up will produce errors. This is because after part 5 of the series, we moved the server code into Unity and stopped updating the console server.

Unity Version: 2018.3.7

YouTube Channel
My Blog
Instagram
ko-fi

About

Source code from my C# networking tutorial series on YouTube.

https://www.youtube.com/c/TomWeiland

License:MIT License


Languages

Language:C# 100.0%