Unity 6000.4 has reached its end of life and will not receive further updates. If you need additional fixes, please upgrade to a newer Unity version.
How to reproduce:
Open the attached project “IN-140439”
In Project Settings, ensure that WebGPU is selected as the Graphics API
Build and Run the project for Web
Observe the browser and its console
Actual result: “TypeError: can't access property "label", wgpu[o] is undefined” is thrown and the game stops running after “[GenericComputeLifecycleRepro] Cycle 2: dispatch ResetCounter.” is printed in the Web console
Expected result: No errors are thrown and the test finishes successfully with “[GenericComputeLifecycleRepro] Repro finished.” printed to the Web console