Search Unity

networking with unet

Discussion in 'VR' started by TheRaider, Mar 4, 2017.

  1. TheRaider

    TheRaider

    Joined:
    Dec 5, 2010
    Posts:
    2,250
    Is this possible?

    Everytime I try I get connection timeout (however when I use the same code on a phone it connects on the same network).

    I am using port 9005 (as i read that might help).

    Any hints on how to get this working and if it is even possible for a custom solution. I want to send commands from a PC to the hololens.
     
  2. TheRaider

    TheRaider

    Joined:
    Dec 5, 2010
    Posts:
    2,250
    Log: cannot connect after 10 attempt address {::ffff:192.xxx.1.6:9005} (where xxx is an number but just removing for privacy reasons
     
  3. TheRaider

    TheRaider

    Joined:
    Dec 5, 2010
    Posts:
    2,250
    Okay, turns out I am really dumb. Just need to allow in player settings --> capabilities
     
  4. skylorder

    skylorder

    Joined:
    Apr 23, 2015
    Posts:
    16
    thanks very much