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
Comments (2)
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 counter displays incorrect collectible count when using "Remaining_Collectibles_UI" Prefab in "Get Started With Unity" template
- Camera Output Texture does not revert back to previously set Render Texture when camera selection in UI Builder canvas background is changed
- Some post-processing volume overrides only update after a refresh when using HDRP
- Video Player glitches when Skip On Drop is enabled
- GameObject movement in Scene view becomes stuttery and intermittently freezes when using non-standard pointers across editor tabs or window boundaries
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.