Search Issue Tracker
Fixed in 2018.2.15f1
Fixed in 2018.2.X
Votes
1
Found in
2018.1.0f2
Issue ID
1052489
Regression
No
Getting UNetWeaver errors when using Entities and creating a NetworkBehaviour
To reproduce:
1. Create a new Unity project
2. In Player Settings change Scripting Runtime Version to .NET 4.x Equivalent
3. Open Window > Package Manager and in All tab download Entities package
4. Create a new C# script and open it
5. Add: using UnityEngine.Networking; and change from MonoBehaviour to NetworkBehaviour
6. Observe the console
Expected result: no errors are thrown
Actual result: UNetWeaver error is thrown
Reproduced on:
2018.1.8f1 2018.2.0f2
Not reproduced on:
2018.3.0a4
Notes:
Only reproduced on win 10 machine
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Exception when adding column to multicolumntreeview with visible set to false
- “InvalidOperationException: System.InvalidOperationException” and “Assertion failed on expression” errors are logged when starting Server in Play mode
- [iOS] App freezes and the "You can attach a managed debugger now if you want” message doesn’t show up when running the app on iOS devices with the "Wait For Managed Debugger" setting enabled
- TouchScreenKeyboard.hideInput set from "true" to "false" when TextField is clicked in Android builds
- [Android] ReadPixels gives different results when using Vulkan on some devices
Add comment