You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Replace the integer QOS with names. When you setup the networking you specify names that are associated with a channel. This makes it easier to manage. You can thus specify that a message should be sent on the "damage" channel which handles all damage related logic and is running on the AllCostDelivery channel.
10
10
* ProtocolVersion to allow making different versions not talk to each other.
11
11
* NetworkedBehaviours does not have to be on the root, it's simply just a class that implements the send methods etc.
12
12
* Multiple messages processed every frame with the ability to specify a maximum to prevent freezes in the normal game logic
0 commit comments