Loading new map for dungeon on collision

I’m aware of level streaming (which we use in the main world map already). However, I haven’t seen anything explaining how to unload the first map and load the second map in a multiplayer game while keeping the player’s current score, inventory, etc. Is there a way to do this other than streaming (which I assume would require several weeks rebuilding all of the instance to be hidden inside the main map)?

1 Like