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
-
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
- Articulation Body with 'Revolute' Joint Type has erratic behavior when Upper Limit is set to above 360
- WebGL Player fails to render Scene when Terrain with Detail Mesh is added and WebGPU Graphics API is used
- Inconsistent errors are logged when different types are passed into the Query "Q<>" method in UIToolkit and the ancestor VisualElement is null
- Crash on GetMaterialPropertyByIndex when opening a specific Scene
- Discrepancies in the styling are present when using a TSS file instead of a USS file in custom EditorWindow
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.