TutorialUnityMultiplayer
TutorialUnityMultiplayer copied to clipboard
How to use Command Design Pattern to make custom networking for Unity?
Custom Multiplayer for Unity
Quick and easy sketch for making your own networking in Unity. This tutorial gives an idea about using Command Design Pattern and basic socket programming to make effective basis for your custom TCP/Server-Authoritative multiplayer that can be changed to your own needs.
Results

Tutorial + How it works?
-
Basics
-
Command Pattern
-
Client and Server