Search Issue Tracker
Fixed
Votes
0
Found in
4.7.1p1
Issue ID
847914
Regression
No
[Android] Function System.Net.HttpWebRequest.GetResponse() fails on android device connected to IPv6 network with exception
How to reproduce:
1. Have an IPv6 network set (easiest way is to have Mac 10.11 and follow this - https://developer.apple.com/library/mac/documentation/NetworkingInternetWeb/Conceptual/NetworkingOverview/UnderstandingandPreparingfortheIPv6Transition/UnderstandingandPreparingfortheIPv6Transition.html#//apple_ref/doc/uid/TP40010220-CH213-SW16 )
2. Have a device connected to it
3. Build and run the attached project on android device
4. Sample contains two GUI buttons: "Check" (based on System.Net.HttpWebRequest) and "Download" (based on UnityEngine.WWW)
Actual result: If button "Check" is pressed on android device connected to IPv6 network, then exception would be logged
Expected result: application on android device connected to IPv6 network works the same as on IPv4 network
Reproducible: 4.7.2f1
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- “Remove Unused Overrides” available on not loaded Scene and throws “ArgumentException: The scene is not loaded” warning
- Adaptive Probe Volume occlusion edge is calculated incorrectly when viewing probes near geometry edges
- Sampling a texture using an HLSL file throws shader errors and the code does not compile
- "Graphics.CopyTexture called with null source texture" error when Base Camera of an Overlay Camera is removed with DX11 Graphics API and Compatibility Mode enabled
- WebGL sends wrong value with large numbers when SendMessage function is used
Add comment