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
- UnityLinker causes crash when outputting snapshot data for very large projects
- Camera Preview does not detect multiple cameras with same GameObject name
- Crash on TypeTreeIterator::Children() when renaming a corrupted asset while Asset Serialization is set to Mixed
- Cameras (Camera.targetDisplay) render only to Display 0 in the Player when Multi-Display setup is used and DX12 API is set
- [Vulkan] _CameraOpaqueTexture produces a feedback effect on Android Adreno devices when using Vulkan
rrtt_2323
Feb 07, 2018 09:15
Me too.
OSX run exception.
Android, Windows10 is fine.