• Stars
    star
    536
  • Rank 80,251 (Top 2 %)
  • Language
    C#
  • License
    MIT License
  • Created over 4 years ago
  • Updated 5 months ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

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

Important!

I've created a new, way better networking solution, RiptideNetworking, along with improved tutorials on how to use it.

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 each video in the series.

Video Branch
Part 1 tutorial-part1
Part 2 tutorial-part2
Part 3 tutorial-part3
Part 4 tutorial-part4
Part 5 tutorial-part5
Part 6 tutorial-part6
Part 7 tutorial-part7
Part 8 tutorial-part8
Part 9 tutorial-part9
Part 10 tutorial-part10
Part 11 tutorial-part11

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 • Discord