- Home /
Cannot join PC hosted game from Android phone
I am making a mobile multiplayer game and for testing purposes I need to join a game hosted by my PC using my Android phone. While my PC can join a game hosted by my phone, my phone will not join one hosted by my PC. It does not produce any errors in the debugger on either end. My phone will say it is connecting for a few seconds, and then stop. I am using UNET.
Answer by TheRedMezek · Sep 01, 2018 at 08:40 PM
Turns out that my editor didn't have permission from Windows to receive messages. Once I changed the settings under Network Protection -> Advanced -> Inbound Rules, and restarted the various related programs I had running, it worked just fine.
Your answer
Follow this Question
Related Questions
PC Android LAN Network Connection 1 Answer
How difficult is it to connect an android device to a pc? 1 Answer
Android device as controller for local mulitplayer game,Android device as remote LAN Controller 1 Answer
[UNET] Handle Client Disconnection 1 Answer
Unity networking - can't connect from other device. 1 Answer