Search Issue Tracker
Fixed in 5.5.0
Votes
2
Found in
5.3.4f1
Issue ID
800169
Regression
No
Even when "Weaver failure: unable to locate assemblies" error message is cleared, the play mode cannot be entered
Steps to reproduce:
1. Open attached project or create a new one.
2. Right click in the "Project" window.
3. Select "Create->C# Script".
4. Leave the default script name (do not select anything else and do not click somewhere else in the Editor).
5. While the name of the script is still highlighted in blue, right click on the script and select "Delete" option.
6. Notice that the "Console" window outputs this error message:
"Weaver failure: unable to locate assemblies (no matching project) for: Temp/Assembly-CSharp.dll
UnityEditor.Scripting.Serialization.Weaver:WeaveUnetFromEditor(String, String, String, String, Boolean)"
7. Press "Clear" button in the "Console" window and notice that the error message disappears.
8. Try entering the play mode.
Actual result:
The Editor informs that "All compiler errors have to be fixed before you can enter playmode!". However, the script that caused the issue was deleted and the error message is no longer visible in the "Console" window.
Expected result:
The user should be able to enter the play mode when there are no compiler errors visible in the "Console" window.
Workaround:
Re-import all the assets or restart the Editor.
Reproduced with:
5.1.0f3, 5.2.4f1, 5.3.4f1, 5.3.5p1, 5.3.5f1, 5.4.0b18.
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- “Remove Unused Overrides” available on not loaded Scene and throws “ArgumentException: The scene is not loaded” warning
- Adaptive Probe Volume occlusion edge is calculated incorrectly when viewing probes near geometry edges
- Sampling a texture using an HLSL file throws shader errors and the code does not compile
- "Graphics.CopyTexture called with null source texture" error when Base Camera of an Overlay Camera is removed with DX11 Graphics API and Compatibility Mode enabled
- WebGL sends wrong value with large numbers when SendMessage function is used
Add comment