Unity Multi player Game

Hello Everyone
I am new to unity. I want to make a real time multi player game. Till now I know to make a real time multi player game i need unity master server. http://unity3d.com/master-server.
And i also need dedicate server to host unity master server.
Please could you tell me may i need anything else?
Is there any detailed tutorial on multiplayer game?
Can I host more than one multiplayer game on one unity master server?
Any other good suggestion from you?

Thanks a lot.:sunglasses:

You only need it if you want players to join your game over the internet. For LAN games you can just enter an ip address.
You can advertise ( the server doesn’t host anything ) as many games as you want.
Yes, you need your own server with the master server application running on it. Unity provides a master server for testing purposes only.
All the info and examples needed can be found here.

Thanks for your quick response.

Yes i want to be it multiplayer over internet. It means anyone can join over internet.

Thanks for clarification.

Please could you clarify it more. is it mean a dedicate sever machine (hardware machine) to run unity server application (software). Or it means other server application software to run unity master server application.

What it means? can i use it for big games or not?

Dedicated server + an operating system ( windows or windows server or linux ) + master server application which you can download from the Unity website.

It’s a test server, it can be taken down by Unity at any moment. They can use it for other things.

There are some 3d multiplayer games made by unity:
Begone
Bowling3D
Air Strike

Which technique they used ? Any idea …