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
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
- UI Overlay Image gets darker on each Camera when multiple Cameras are used
- Assertion failed on expression: 'scriptedImporterClass == SCRIPTING_NULL error when opening the standalone profiler window
- Disabled assets in Import Unity Package window aren't tracked but count as being selected by user
- [Windows] Crash on GetManagerFromContext when video is playing and creating High Definition 3D Projects after FMOD failed to switch back to normal output Error appeared
- GC Alloc produced when adding items to MultiColumnListView with Auto Assign Binding
rrtt_2323
Feb 07, 2018 09:15
Me too.
OSX run exception.
Android, Windows10 is fine.