- Home /
Master Server Explanation?
I've been trying to figure this out for a while and recently found the Barebones Master Server Framework. I'd like to double check if I understand this correctly so right me if I'm wrong.
To make a multiplayer game where players connect to an external master server rather than a player hosting a server locally I'd have to make a separate scene which builds and runs the game as the master server and run it from an external server hosting website.
Then I link my client scene to this master server via IP and port. Anyone running the client scene connects to the master scene.
Right?
Your answer
Follow this Question
Related Questions
Unity networking tutorial? 6 Answers
Can i save changes to environment in multiplayer game? 1 Answer
Failed To Connect to my own Master Server 1 Answer
How to test Unity's new networking layer in separate game instances? 0 Answers
Can I create a separate server and use the Unity game objects in it? 0 Answers