public void ShowIp() { iptext = GameObject.Find("ipText").GetComponent <Text>(); ipAddress = IPManager.GetlocalIp(); iptext.text = ipAddress; }