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
- Articulation Body with 'Revolute' Joint Type has erratic behavior when Upper Limit is set to above 360
- WebGL Player fails to render Scene when Terrain with Detail Mesh is added and WebGPU Graphics API is used
- Inconsistent errors are logged when different types are passed into the Query "Q<>" method in UIToolkit and the ancestor VisualElement is null
- Crash on GetMaterialPropertyByIndex when opening a specific Scene
- Discrepancies in the styling are present when using a TSS file instead of a USS file in custom EditorWindow
Add comment