Search Issue Tracker

Fixed in 6000.0.71f1

Fixed in 6000.5.X

Votes

0

Found in

6000.4.0b10

6000.5.0a7

Issue ID

UUM-135193

Regression

Yes

[Linux] Universal 3D Sample Template build fails and errors thrown when WebGPU is set as Auto Graphics API

WebGPU

-

Steps to reproduce:
1. Create a new Unity project using Universal 3D Sample Template
2. Open Build Profiles window and switch to Web Platform
3. Go to Edit -> Project Settings -> Player -> Other Settings
4. Find and uncheck Auto Graphics API
5. Select WebGPU (Experimental) in Graphics API
6. Clear errors in the Console if they are thrown
7. Go back to Build Profiles
8. In Scene List only enable “Scenes/Cockpit/CockpitScene”
9. Build and Run the project

Actual results: Project build fails, errors are thrown in the Console
Expected results: Project build doesn’t fail, no errors are thrown in the Console window

Reproducible with versions: 6000.4.0b9 (74e5d09f9bc7), 6000.4.0b10, 6000.5.0a7
Not reproducible with versions: 6000.3.10f1, 6000.4.0b8 (f3f87a02ba54)

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 GenSdfRayMap.compute - JFA: 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 'GenSdfRayMap': Compiling JFA: 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 Sort.compute - BitonicSort128: Internal error communicating with the shader compiler process.  Please report a bug including this shader and the editor log. Error code 0x80000004 (Not connected).
UnityEditor.EditorApplication:Internal_CallDelayFunctions (){code}
{code:java}
Shader error in 'Sort': Compiling MergePass: 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}

Build completed with a result of 'Failed' in 26 seconds (25611 ms) [2/23/2026 9:45:39 AM -> 2/23/2026 9:46:05 AM, 25s]
12 errors
UnityEditor.EditorApplication:Internal_CallDelayFunctions () (at /home/bokken/build/output/unity/unity/Editor/Mono/EditorApplication.cs:416){code}

  1. Resolution Note (fix version 6000.0.71f1):

    Fixed in 6000.6.0a1

  2. Resolution Note (fix version 6000.5):

    Fixed in 6000.6.0a1

Add comment

Log in to post comment

All about bugs

View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.