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
- [Dragon Crashers] Build fails in U6
- [Dragon Crashers] 4 Shader error messages on import
- [Dragon Crashers] Readme text is white on light grey
- Cursor stays in front of the first character when entering text in the TextMeshPro field
- Searching in Hierarchy causes unwanted component calls
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.