Search Issue Tracker
Won't Fix
Votes
0
Found in
2018.4
2020.2
2020.2.0a11
Issue ID
1271921
Regression
No
'Internal error communicating with the shader compiler process' error is thrown when compiling the Shader
How to reproduce:
1. Open the attached '1271921_repro.zip' project
2. In the Project window select 'MarchCubes' Shader
3. In the Inspector window press 'Show compiled code'
4. Observe the Editors console
Expected result: The Shader 'MarchCubes' gets compiled (no errors are present)
Actual result: Shader compilation fails, multiple errors are shown
Reproducible with: 2018.4.27f1, 2019.4.9f1, 2020.1.4f1, 2020.2.0a21
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
- DisplayDialogComplex crashes with a long content string containg Cyrillic chars
- "Draw Additional Lights Shadowmap" calls increase when custom MaterialBlockProperty is used
- Crash on _platform_memmove when importing the "Dragon Crashers - URP 2D Sample Project" to a new 2D project
- "Shader is not supported on this GPU" warnings and and shaders are not loading when building the project for non-Chromium browsers
- [iOS][URP] The screen flickers and the "Execution of the command buffer was aborted due to an error during execution" error is thrown continuously
Resolution Note (2020.2.X):
The source of the issue if that "triangulation" array ends up in a global constant buffer and makes its size go over the maximum allowed (64KB).
Please use a texture or a StructuredBuffer instead.