UWP Min Build Version: 16299
Unity Version 2018.4.12f
Hello all,
I am using the System.Net.NetworkInformation method NetworkInterface.GetAllNetworkInterfaces(). In a standalone UWP app deployed to the Hololens 2 it works and I can iterate the list.
Built in Unity with IL2CPP backend, this list returns 0 on the Hololens 2.
I have read that the System.Net.Network information classes were implemented for UWP from the above min build version. Is there something I am missing?
Many thanks,
Peter