TIL - C# System.Net.Dns.GetHostEntry() - From the docs, "When an empty string is passed as the host name, this method returns the IPv4 addresses of the local host." Not really that helpful as most instances are behind NAT and the IP is probably 10.0.x.x or 192.168.x.x...
#unity3d #csharp #networking
Maybe helpful for LAN stuff though.