Join/Host screen

Does anyone know how to create a menu to host or join a room once you get into the game?

Thanks!

Hey Brody,

I think you’ll need to be more specific. Are you looking for help rendering a menu? What exactly are you looking for help with.

Max

Sorry, Yes im wondering how I would make a menu where you would have the option to host a room and the option to join a room. Something like the BeatSaber menu where you can host a room or join a existing room with a code. I hope this is a bit more descriptive

Brody

The actual UI / rendering part is an exercise for the reader, but with Normcore folks typically use the code as the name of the room. You can have your app generate a random 5-digit code, and if you use realtime.Connect("<room code>") anyone who uses the same code will end up in the same game.

Max

1 Like

Anyone has a template/ prefab/ sample lobby system that I can use ?