Search Unity

  1. Megacity Metro Demo now available. Download now.
    Dismiss Notice
  2. Unity support for visionOS is now available. Learn more in our blog post.
    Dismiss Notice

UNET: Check if Server is hosted on IP Address

Discussion in 'UNet' started by chetan-rane, Jan 8, 2016.

  1. chetan-rane

    chetan-rane

    Joined:
    Nov 26, 2012
    Posts:
    18
    is it possible to check from client machine, whether server is initialized and ready on given ip address (server and client will be two different machines)
    I am using unity5 new networking system and using NetworkManager i am able to StartHost on 1 machine and using host's ipaddress i can connect to host from another machine using StartClient.

    But before StartClient, i want to check if server is initialized and ready on given ipaddress.

    how could i check this?
     
  2. seanr

    seanr

    Unity Technologies

    Joined:
    Sep 22, 2014
    Posts:
    669