Search Unity

  1. Unity Asset Manager is now available in public beta. Try it out now and join the conversation here in the forums.
    Dismiss Notice

Chat Server example

Discussion in '5.3 Beta' started by seanr, Nov 4, 2015.

  1. seanr

    seanr

    Unity Technologies

    Joined:
    Sep 22, 2014
    Posts:
    669
    Attached is a sample project that implements a text chat server written using the middle layer of the UNet HLAPI, that demonstrates the NetworkServerSimple class that is new in Unity 5.3.

    The NetworkServerSimple class has no "game" functionality - unlike the existing NetworkServer class. It is a pure network server that handles messages, with no spawning, player management or singleton interface.

    This project uses message classes derived from MessageBase, not [Command] and [ClientRpc] calls.

    There is a simple user interface that can be used to test the system.

    upload_2015-11-4_15-46-25.png
     

    Attached Files:

    • chat.zip
      File size:
      30 KB
      Views:
      2,145