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! ![]()
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! ![]()
There’s a code sample in the docs.
https://docs.unity3d.com/Manual/UnityMultiplayerIntegratingLowLevel.html
This is what I’ve been loooking for. Thanks a lot!