Oculus Go Network Issue on opening Socket
Hi,I try to open a socket on my unity application but it fails.The code can run on android device or unity player but not on oculus.My code IPAddress ipAddress = this.LocalIPAddress(); IPEndPoint localEndPoint = new IPEndPoint(ipAddress, 11000); try ...