Multiplayer and 2019.3 best options?

So with UNET being deprecated, specifically no HLAPI in 2019.3 and very soon no LLAPI, what does everyone currently use for their multiplayer projects being developed with 2019.3 Alpha? Is it even worth investing any effort in multiplayer before the Connected Games feature is ready? I’d like to start focusing on multiplayer in my current project right now, but it seems to be just about the worse possible time to do so.

1 Like

This question is still relevant. Any advices?

Buy the very good asset “BestHTTP” and make your own NodeJS server. That’s probably the best thing to do, but it’s not begginer-friendly (so is multiplayer anyway)

For Client-to-Client multiplayer (no authoritative server for each game) I’ve been using Photon multiplayer. It takes some time to learn, particularly if you’re new to multiplayer programming like I was, but now that I’m comfortable with it, it’s fairly easy to use.