How to make my game multiplayer?
Hello, I have a puzzle game. Basically it's like a quiz game in which you have to answers the questions in a certain time to gain points. It's working perfectly offline as the user can score points and everything. However I want to make my game multiplayer. I want to be able to display the same question to two users competing against each other via the internet and when one of them answers incorrectly, he loses. Can someone please guide me as to how I would be able to achieve this? Thank you.
Answer by Makri907 · Nov 09, 2016 at 03:04 AM
This is called Networking and cannot be taught in a simple post. https://www.youtube.com/watch?v=V6wEvT6G92M Go here and you can learn to use the Network in your app.
One question. Is it necessary for me to have my own server in order to host my game on it, or does unity provide a server?
Unity does provide a service for network connectivity. https://unity3d.com/services/multiplayer Go here to learn more. Unity has recently made many features easier to integrate into one's app. Network features are no exception.