Search Issue Tracker
Third Party Issue
Votes
0
Found in
2021.3.35f1
2022.3.19f1
2023.2.9f1
2023.3.0b6
Issue ID
UUM-63230
Regression
No
Shader throws compilation errors when SV_GroupIndex is used in ComputeShader
How to reproduce:
1. Open the attached project “GroupIndexBug”
2. Observe the Console
Expected result: There are no errors and the Shader is compiled correctly
Actual result: There are three errors preventing the Shader from compiling
Reproducible with: 2021.3.35f1, 2022.3.19f1, 2023.2.9f1, 2023.3.0b6
Reproducible on: Windows 11 Pro
Not reproducible on: No other environment tested
Notes:
-Sometimes for the error to appear in the Console, you need to reimport the “IN-67932_RayCheckTessedQuad” Asset
-Commenting out line 12 in the “IN-67932_RayCheckTessedQuad” Asset solves the problem
Full errors:
-Shader Compiler IPC Exception: Terminating shader compiler process
-Shader compiler: Compile IN-67932_RayCheckTessedQuad.compute - TessedQuadRayLength: Internal error communicating with the shader compiler process. Please report a bug including this shader and the editor log. Error code 0x80000004 (Not connected).
-Shader error in 'IN-67932_RayCheckTessedQuad': Compiling TessedQuadRayLength: Internal error communicating with the shader compiler process. Please report a bug including this shader and the editor log. Error code 0x80000004 (Not connected).
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
- AssetBundles fail to load when running in Built Players for Mobile Devices
- UI elements with text gets bigger and grey when Player window is moved to another screen with different resolution
- System name accepts multiline text but crops it on confirmation, duplicates input, and shrinks the field when empty
- UI element scale and position are wrong in project build when DRS is changed with HDR and Software Dynamic Resolution enabled
- White lighting artifact when a point light with a small emission range and "Hard Shadows" touches an object while a directional light with "Soft Shadows" and another point light are present
Resolution Note:
Unfortunately, we cannot fix the crash when the uniform buffer size exceeds 64 KB.
Please ensure that this limit is not hit manually.