Search Issue Tracker
By Design
Votes
2
Found in
2017.1.0f1
Issue ID
926046
Regression
No
System.Net.Http library is missing in .NET 4.6 backend
Steps to reproduce:
1. Open the attached project (netHTML.zip)
2. Make sure that .NET 4.6 backend is selected
3. Observe the error in the Console Window
Actual result: System.Net.Http library is missing
Expected result: System.Net.Http should be included in .NET 4.6
Reproduced with: 2017.1.0p3, 2017.2.0b7, 2017.3.0a4
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
- Articulation Body with 'Revolute' Joint Type has erratic behavior when Upper Limit is set to above 360
- WebGL Player fails to render Scene when Terrain with Detail Mesh is added and WebGPU Graphics API is used
- Inconsistent errors are logged when different types are passed into the Query "Q<>" method in UIToolkit and the ancestor VisualElement is null
- Crash on GetMaterialPropertyByIndex when opening a specific Scene
- Discrepancies in the styling are present when using a TSS file instead of a USS file in custom EditorWindow
BenSAP
Mar 17, 2018 14:11
Hi,
Me too facing issues with following namespaces in API compatibility 4.6 of .NET (Experimental) Unity 2017.3.1f1
using System.Net.Http;
using System.Net.Http.Headers;