- Home /
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
Answer by LegendWill · Jun 25, 2014 at 03:21 PM
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.
Photon is the reason I am switching to the built in networking. Also, "can" it be in a separate project or does it need to be in the same project?
Your answer
