Server creation tool question

Hi!

I am planning on having a server tool for my multiplayer game and I would like to ask one simple thing. To make so you can create a server for the game, does it need to be in the same project as the game or can I have it in another project so it doesn’t build all the game stuff just for a simple server tool? Just a simple questions.

Thanks

No, it can be in the same project. You should try something like Photon Unity Networking. With a free account, you can have a server up to 20 people on it at once. To create the server, who ever joins first is connected to the cloud network. You don’t have to do any server creating, it automatically creates it when someone joins the lobby.