- Home /
Controlling a network game?
Hi everyone,
I'm just wondering if this is possible. Is there a way for me to create a "Controller" app for a multiplayer game.
My multiplayer game on four different machines that are connected to each other on a LAN.
I want to create an android app that will able to bring up the four games from the four machines in a list of games lobby style. And what this app will let me do is to either start or stop(by returning to the main menu) games on those machines.
Is this possible? Do I just send commands through the network to each individual games through the "Controller" App?
Thank you!
Your answer
Follow this Question
Related Questions
Unity networking tutorial? 6 Answers
Not calling OnServerAddPlayer() when client connect 0 Answers
Problems with Scene Change networking Unet 0 Answers
send data from client to local server 0 Answers
Validating User Actions on the Server 0 Answers