How to make local servers?

Hi,

I want to make an option to create a local search system that lets you search for people’s tower defense territories. My issues:

How can a player enter another player’s scene? I need a way to make you leave your territory and enter someone else’s.

How do I make the local search?

Based on these questions, any ideas? Keep in mind, I am a pretty new Unity user, and I have never used multiplayer stuff.

I highly recommend reading this before anything else. Especially since you are a new unity user it would highly benefit you. If you want an easier way to do networking I recommend Photon(PUN). As for the local server you would just use localhost as the ip address in the ip slot for the server(for both Unity Networking and PUN). Hope this helped!