Search Issue Tracker
Active
Under Consideration for 6000.6.X
Votes
0
Found in
6000.3.10f1
6000.4.0b10
6000.5.0a7
6000.6.0a1
Issue ID
UUM-135210
Regression
No
[Linux] Adding WebGPU Graphics API in URP Sample project throws shader compiler communication errors in the Console
Steps to reproduce:
1. Create a new Unity project using Universal 3D Sample Template
2. Open Build Profiles window
3. Switch to Web Platform
4. Go to Edit -> Project Settings -> Player -> Other Settings
5. Find and uncheck Auto Graphics API
6. Add WebGPU (Experimental) in Graphics API
7. Observe the errors in the Console window
Actual results: Errors are thrown in the Console window after adding WebGPU Graphics API
Expected results: No errors are thrown in the Console window after adding WebGPU Graphics API
Reproducible with versions: 6000.3.10f1, 6000.4.0b10, 6000.5.0a7
Can’t test with versions: 6000.0.67f1 (WebGPU not available)
Tested on (OS): Ubuntu 24.04 (issue is reproducible), macOS Silicon Tahoe 26.2 (M1) (issue is not reproducible)
Errors:
{code:java}
Shader compiler: Compile [VFXG_LocalizedSand] [Sand] Initialize Particle - CSMain: Internal error communicating with the shader compiler process. Please report a bug including this shader and the editor log. Error code 0x80000004 (Not connected).
{code}
{code:java}
Shader error in '[VFXG_LocalizedSand] [Sand] Initialize Particle': Compiling CSMain: Internal error communicating with the shader compiler process. Please report a bug including this shader and the editor log. Error code 0x80000004 (Not connected).{code}
{code:java}
Shader compiler: Compile [05_Head_Trail] [Heads] Update Particles - CSMain: Internal error communicating with the shader compiler process. Please report a bug including this shader and the editor log. Error code 0x80000004 (Not connected).{code}
{code:java}
Shader error in '[05_Head_Trail] [Heads] Update Particles': Compiling CSMain: Internal error communicating with the shader compiler process. Please report a bug including this shader and the editor log. Error code 0x80000004 (Not connected).{code}
{code:java}
Shader compiler: Compile GenSdfRayMap.compute - RayMapScanZ: Internal error communicating with the shader compiler process. Please report a bug including this shader and the editor log. Error code 0x80000004 (Not connected).{code}
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Assets are created in the Package folders when creating assets via custom buttons in the Inspector window or other windows
- “Select” windows are named differently on Windows and macOS
- [Windows] No minimum “Select” window size
- Enabling “Editor Extension Authoring” in UI Builder doesn’t dirty the document and saving with shortcut doesn’t persist the state
- WebRequest.Create() function fails with "URI prefix is not recognized" errors when the project is built for Linux Standalone or Windows Dedicated Server
Add comment