Search Issue Tracker
Won't Fix
Votes
1
Found in
2017.1.0f1
Issue ID
926157
Regression
No
[Experimental .NET 4.6 Equivalent runtime] IPInterfaceProperties.GetIPv6Properties is not implemented
IPInterfaceProperties.GetIPv6Properties throws a NotImplementedException. This is necessary to retrieve the interface index of the network adapter on systems with multiple network interfaces for specifying the NIC used by multicast requests.
Steps to reproduce:
1. Open User's attached project
2. Play
Result: Error in the Console:
NotImplementedException: The method or operation is not implemented.
System.Net.NetworkInformation.UnixIPInterfaceProperties.GetIPv6Properties () (at <f044fe2c9e7e4b8e91984b41f0cf0b04>:0)
MulticastSample.Multicast.BindIPv6Interfaces () (at Assets/Code/Multicast.cs:130)
MulticastSample.Multicast.StartIPv6Receiver () (at Assets/Code/Multicast.cs:161)
MulticastSample.Multicast.StartServer (System.String message) (at Assets/Code/Multicast.cs:58)
Main.Start () (at Assets/Code/Main.cs:21)
Reproduced with: 2017.2.0b1, 2017.1.0f1.
Tested with: MacBook Pro Mid 2015, macOS 10.12.5
Comments (1)
-
Tank_MarkIII
Oct 13, 2023 01:20
The Unity Blog Post 'Unity and IPv6 Support' by Mantas Puida states: "Finally, let us know if you encounter bugs in Unity related to IPv6. We will work hard to correct them as soon as possible."
This bug makes it impossible to do IPV6 UDP multicast on many systems yet it was closed as "Won't Fix" with no workaround suggested or anything. Perhaps Unity can revisit this bug.
Add comment
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Mono Windows Builds don't produce full log callstacks when generating logs
- AssetBundles fail to load when running in Built Players for Mobile Devices
- UI elements with text gets bigger and grey when Player window is moved to another screen with different resolution
- System name accepts multiline text but crops it on confirmation, duplicates input, and shrinks the field when empty
- UI element scale and position are wrong in project build when DRS is changed with HDR and Software Dynamic Resolution enabled
Resolution Note:
Our class library implementation is inherited by mono, and this functionality has not been implemented upstreamĀ https://github.com/mono/mono . Unfortunately this functionality is not high enough priority for us to implement when triaging our bugs at this time.