what network tutorials area available? Not unity networking example or m2h i have looked at them and they are good but i want to no if there are anymore out there?
Another helpful tutorial for networking in Unity is by M2H Studios. It provides the basics for networking.
View the forum thread here: Unity Networking by M2H: the Zero to Hero guide
There is an introductory networking tutorial on our site that shows you how to connect using Direct and Masterserver connections, as well as how to sync transform and variable states across multiple server/clients. We also walkthrough the implementation of a text chat system:
https://www.design3.com/unity/fundamentals/unity-networking-scripting-i
Does anyone provide a really good free C# tutorial guide for networking ?