Search Issue Tracker
Won't Fix
Votes
0
Found in
2022.2.18f1
2023.1.0b15
2023.2.0a13
Issue ID
UUM-35088
Regression
No
An uninformative error is thrown when entering Play mode after canceling Script Compilation of Feature set installation
Reproduction steps:
1. Create and open a new project
2. Click on the Install button of any Feature set in Package Manager
3. Click on the Cancel button of the Compiling Scripts process
4. Enter Play mode and observe the Console
Expected result: An error that specifies what caused it is thrown
Actual result: An error is thrown but doesn’t specify what caused it
Reproducible with: 2022.2.18f1, 2023.1.0b15, 2023.2.0a13
Could not test with: 2020.3.48f1 (Cancel button does not work), 2021.3.24f1 (No Feature sets)
Reproduced on: macOS Monterey 12.6 (Intel), Windows 11 (by the reporter)
Note: Full error message - “All compiler errors have to be fixed before you can enter playmode!
UnityEditor.SceneView:ShowCompileErrorNotification ()”
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
- “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
Resolution Note:
The editor does not distinguish between failing compilation with errors or compilation being cancelled. Recompile scripts succesfully will allow you to enter play mode