Hello,
I’m making a multiplayer game with PUN 2 and I would like to display the room name.
I serached during hours and I didn’t find anything.
I would like to display it here :
public override void OnJoinedRoom()
{
print("Room name"); //I WANT TO DISPLAY THE ROOM NAME HERE
}
Can you help me please ?
Thanks in advance !