Search Unity

Assets Local Multiplayer Framework

Discussion in 'Works In Progress - Archive' started by jonathan84clark, Aug 21, 2019.

  1. jonathan84clark

    jonathan84clark

    Joined:
    Aug 29, 2015
    Posts:
    4
    Hello everyone,

    I just wanted to let everyone know that I am working on a replacement for the now depreciated local multiplayer framework (unet). It is not yet complete but if you still want to build local-multiplayer games without having to buy time on a cloud server feel free to check it out. It is free and open source and very simple.

    I have a strong background in network programming particularly in low-latency applications. I have designed this framework to be as low-latency as possible.
    https://github.com/jonathan84clark/MultiplayerFramework

    Let me know what your thoughts are.

    Thanks,

    Jonathan L Clark
     
  2. captivereality

    captivereality

    Joined:
    Aug 21, 2019
    Posts:
    13
    Very interesting. I needed something for auto discovery between a Unity app and a .net app running on a Windows PC a few weeks ago.. but ended up rolling my own. Great that you're making it open source :)