Search Unity

Need to replace a HLAPI vestige in my project

Discussion in 'Multiplayer' started by cephalo2, Jun 2, 2019.

  1. cephalo2

    cephalo2

    Joined:
    Feb 25, 2016
    Posts:
    263
    My project mostly uses LLAPI, which I'd like to hold on to until a solution is good and ready. However, I am using MessageBase, along with NetworkReader, and NetworkWriter from HLAPI. Is there an easy, LLAPI semi-equivalent for those three classes?

    Trying to upgrade to 2019.1 so I don't get too far behind.
     
  2. mischa2k

    mischa2k

    Joined:
    Sep 4, 2015
    Posts:
    4,347
    You could try Mirror, our UNET fork.
    It works in 2019 and we still support the LLAPI Transport.