Creating and finding rooms + matchmaking in combination with LLAPI. Possible?

I’ve been looking into using LLAPI instead of HLAPI for multiplayer networking.

I’ve been wondering, how can I create rooms, find rooms and using Unity Multiplayer Services in combination with LLAPI?

Thanks! :slight_smile:

There’s a code sample in the docs.

https://docs.unity3d.com/Manual/UnityMultiplayerIntegratingLowLevel.html

1 Like

This is what I’ve been loooking for. Thanks a lot!