Chat

DOTSNET comes with very simple, server authoritative chat example:

The Chat example is very useful to learn how to do a pure message based networking project, without any entities.Notice how ChatServerSystem inherits from NetworkServerSystem and ChatClientSystem inherits from NetworkClientSystem in order to store some state.

Last updated