Search Issue Tracker
Fixed in 2018.2.X
Fixed in 5.6.X, 2017.1.X, 2017.2.X, 2017.3.X, 2018.1.X
Votes
0
Found in
2017.1.0f3
Issue ID
947209
Regression
No
Rewriter errrors when building for UWP refering to System.Net classes
How to reproduce:
1. Download attached project and open "Test" Scene
2. Build game (make sure Universal Windows Platform is selected)
Actual result: When building for UWP rewriter errors appeared. Errors state that class socket doesn't exist in system.net namespace, but it actually exists.
If using socket directly in Unity script -> working fine
If socket is used inside compiled DLL -> rewriter error appears
Reproduced with: 5.6.3p2, 2017.1.0f3, 2017.1.1f1, 2017.2.0b10, 2017.3.0a7
Fixed in: 5.6.5p3, 2017.1.3p2, 2017.2.2p1, 2017.3.1p3, 2018.1.0b9, 2018.2.0a3
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
- XR Ray Interactor Cone Cast doesn't match Gizmo in Scene View when Cone Cast Angle is higher than 10 degrees
- [XR] LODs switch between high and low poly when Objects are near the center of the screen and switch when near the periphery vision
- Crash when trying to force Shader to interpret 1/30 as a floating point operation
- Terrain is flickering when adjusting "Compatibility Mode" and "Use Rendering Layers" Settings
- Isometric tiles are flickering and overlapping each other when entering Play Mode with Tilemap Renderer mode set to "Chunk"
hbjkzlh
Mar 02, 2018 03:37
I think it should be the flaw in the Platform library of untiy [Universal Windows Platform].
hbjkzlh
Mar 02, 2018 03:36
I ran into this problem, but it wasn't just a Socket.
And Thread and FileStream.