I'm currently making a multiplayer game that has several different areas to explore.
After digging through the many multiplayer tutorials, I learned that multiplayer works by having the host have the main game, and the peers "copying" the host's game. Thus having the host move the peers around etc.
My question is, how do I make a game where the host can be in one area (on one layout) and a peer (or peers) can be in a completely different area (layout) at the same time.
With the way I understand the multiplayer plugin right now, the host and ALL the peers would have to move to the new layout together.
Any suggestions are appreciated! ~