I am trying to get the External IP of my clients network.
When I try to use:
void Start (){
IPAddress = Network.player.externalIP;
Debug.Log (IPAddress);
}
It gives me a "Unnasigned_System_Address" notification in the debug.log.
↧