Create A Room Within A Room

Hello. Is there a way to create a room within a room? The reason I need to is because if a player wants to battle another player, I want them to be in a separate room so if another player wants to battle another player, they will be in a separate room (while still in the same scene in Unity), and then when both groups are done battling separately, I want them to return to their original rooms. Is there a better way of accomplishing this? Should I use RPC's? Thanks in advance! :)

Comments

  • This is not possible but you can make up a unique battle room name, exchange this name and leave the meeting room to join this named new room.