MasterServer Sample
This is a "MasterServer" similar to the MasterServer that shipped with the old Raknet based networking system. The project is implemented using the HLAPI messaging system, not using [Command]s and [ClientRpc] calls, so it uses the MessageBase class to define messages which are registered with handler functions. The file Master.cs contains the network protocol built with these messages.
There are two components, a MasterServer and a MasterClient. The MasterClient...
Master Server sample project
This is a "MasterServer" similar to the MasterServer that shipped with the old Raknet based networking system. The project is implemented using the HLAPI messaging system, not using [Command]s and [ClientRpc] calls, so it uses the MessageBase class to define messages which are registered with handler functions. The file Master.cs contains the network protocol built with these messages.
There are two components, a MasterServer and a MasterClient. The MasterClient...
Master Server sample project