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
- Assets are created in the Package folders when creating assets via custom buttons in the Inspector window or other windows
- “Select” windows are named differently on Windows and macOS
- [Windows] No minimum “Select” window size
- Enabling “Editor Extension Authoring” in UI Builder doesn’t dirty the document and saving with shortcut doesn’t persist the state
- WebRequest.Create() function fails with "URI prefix is not recognized" errors when the project is built for Linux Standalone or Windows Dedicated Server
Add comment