Search Unity

Com.Unity.Transport Open to outside connection

Discussion in 'Multiplayer' started by Michael-N3rkmind, Feb 22, 2021.

  1. Michael-N3rkmind

    Michael-N3rkmind

    Joined:
    Aug 16, 2015
    Posts:
    24
    Hi, I've been using com.unity.transport lately and I've seen users report that it is impossible to open connections to outside your local network. Those comments are from 2019. I'm also experiencing the same problem, even after port forwarding on both my local machine and my router. I've also tried with a disabled firewall.

    Is this something known? Or am i just doing something wrong :)

    Cheers,
     
  2. luke-unity

    luke-unity

    Joined:
    Sep 30, 2020
    Posts:
    306
    Hey
    I'm not aware of such an issue with the Unity transport. One thing which you might want to double check is whether you have opened UDP ports. The Unity transport package uses UDP so just opening TCP ports won't be enough.

    If that does not help maybe try to ping your machine from the command line to check if you are using the correct ip and your ports are forwarded properly.

    Hope that helps, else please get back to me so that we can further investigate.