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
- Scrollbar in "My Assets" detail window appears compressed/cut off
- Crash on object:runtime_invoke_void__this__ when opening a specific project
- Circle-shaped rendering artefacts visible in Local Volumetric Fog boundaries box in Scene view when Fog Distance is lower than 1
- “Fog Distance” property name and description is unclear in the Inspector window
- Crash with multiple stack traces when using Burst-Compiled Span.Fill()
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.