Multiplayer App needs any installation on server?

Hi,

If I create multiplayer game application where many player can play same game interactively at same time, do we need to install unity on some server or master computer? where client connects.

Please replay ASAP.

Thanks,
Vidhyut

For what I know you only need to run your app on that server, no need to install unity (but only if your app is standalone version not browser version).

There are many ways to configure networked games, but no, you do not need to install Unity on a master server to do so.

This guide explains more about what’s involved in networked multiplayer: http://docs.unity3d.com/Documentation/Manual/NetworkedMultiplayer.html