Search Issue Tracker
Fixed in 2017.3.0f3
Fixed in 2017.1.X, 2017.2.X
Votes
0
Found in
2017.1.0f3
Issue ID
938702
Regression
No
[.NET 4.6][iOS] Build throws NotSupportedException when creating a WebRequest via System.Net.WebRequest.Create()
To reproduce:
1. Open project attached by QA
2. In player settings set Scripting Runtime to experimental .Net 4.6
3. Build for iOS (adding "a" scene) and run it
4. After build runs on iOS device check console in the Xcode
Expected: No errors/exceptions should appear in the console.
Actual: NotSupportedException: The URI prefix is not recognized.
at System.Net.WebRequest.Create (System.Uri requestUri, System.Boolean useUriBase) [0x00000] in <00000000000000000000000000000000>:0 exception is thrown.
Reproduced with: 2017.1.0p2, 2017.2.0b5, 2017.3.0a2
Backported to 2017.1.1p2, 2017.2.0b11
Fixed in: 2017.3.0b1
Comments (1)
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
- Project Browser shows the Asset folder empty when Select Dependencies is clicked without any asset selected
- Export as JSON and CSV options missing from the Quick Search save feature
- Crash on IMGUI::GUIWindow::OnGUI when rendering scene view window in play mode in a specific project
- "FileNotFoundException" & "IOException" thrown when adding "User" Index after deleting "Assets" Index in Search Index Manager window
- Camera Background Solid Color does not Render
rrtt_2323
Feb 07, 2018 09:15
Me too.
OSX run exception.
Android, Windows10 is fine.