Search Issue Tracker
Fixed in 5.4.3
Fixed in 5.4.X, 5.5.X
Votes
0
Found in
5.5.0b8
Issue ID
844355
Regression
No
Having unexpected closing curly bracket in the shader freezes editor
Reproduction steps:
1. Open the project provided
2. Open the only shader available
3. Change "#define BUG 0" to "#define BUG 1"
4. Save the shader
5. Return to Unity editor
-Observe that the shader never compiles and Unity is frozen
Actual result: Shader never compiles and Unity editor freezes
Expected result: Error is thrown related to an extra curly bracket
Note: Having unexpected opening curly bracket produces an error as expected.
Note: After closing frozen Unity editor UnityShaderCompiler.exe process is still running and has to be closed manually
Note: Closing UnityShaderCompiler.exe makes the editor run again.
Reproduced on: 5.5.0b8, 5.4.2p1, 5.3.6p7, 5.2.5f1
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Label text overflows its rect when resizing the Game view in Free Aspect
- UI Toolkit Slider value defaults to min value when the initial value is set in the UXML file
- The Player hangs when unloading a scene using the UnloadUnusedAssets() method
- [iOS] Too many texture parameters error is thrown when running on devices that support the number of parameters
- [MacOS] Trying to pick a Colour from full-screen window breaks Colour Picker Tool functionality
Add comment