Search Issue Tracker
Won't Fix
Votes
0
Found in
2017.2.0b7
2017.3.1p3
Issue ID
1025685
Regression
Yes
UNetWeaver error is thrown when when building UWP project with IL2CPP backend
Steps to reproduce:
1. Download attached project
2. Switch platform to UWP
3. In the player setting switch backend to IL2CPP and API Compatibility Level to .NET 4.6
4. Build project
Expected results: build is successfully completed
Actual results: build fails with UNetWeaver error
Reproducible just with IL2CPP and API Compatibility Level .NET 4.6
Reproduced with: 2017.4.1f1, 2017.3.2f1, 2017.2.2p3, 2017.2.0b7
Not reproducible with: 2018.2.0b1, 2018.1.0f1, 2017.1.3p3
Regression introduced in: 2017.2.0b7
Example code which triggers this error:
using UnityEngine.Networking;
public class testScript : NetworkBehaviour {
public System.Action testEvent2;
}
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
- Crash on GUIManager::DoGUIEvent when focusing on the Game view window on a specific project
- Asset creation in the Project Browser is not always undone/inconsistent when the undo shortcut is pressed right after creating an asset
- JobTempAlloc memory leak warning is thrown when the Player is shut down
- Graphics State Collection warm-up does not work when using with Addressables Shaders
- "Baked Shadow Radius" field is visible but inactive when when the Shadow Type is set to "Hard Shadows" under the Light Component
Resolution Note:
Mass closure of UNET Bugs.
As UNet is Deprecated we are moving to low maintenance mode, where critical issues can get fixes.
Closing this bug as part of cleaning-up the Bug List.
If you feel this bug is really a road-blocker, you can reopen the bug and we will work this one.