Unity UDP Receiver Not Receiving Data from External Device
I’m having trouble with a UDP receiver in my Unity project. My goal is to receive data sent from an external device (Amadeo robot) using UDP to port 4444 on IP “10.100.4.30”. The data should be received by my Unity server, but it seems to be stuck on UdpReceiveResult result = await udpClient.ReceiveAsync();.