Let’s say, me and a friend want to group up before joining a public lobby together, is the following a good strategy to implement it?
- Me and my friend form a lobby (with Relay)
- I (let’s say I’m the host) quick join a lobby that has at least 2 free slots
- I connect to the lobby and send a clientRpc to my friend to also connect (passing the lobby id)
- I delete my previous lobby
There doesn’t seem to be an “obvious” way to join a lobby with more than 1 player, am I missing something?