Unity Issue Tracker - "Kernel 'KMain' not found" error is presented when Screen Space Reflections are used
Closed
UUM-20347
"Kernel 'KMain' not found" error is presented when Screen Space Reflections are used
Unity: GLES
Android
As Designed
2023.1.X
2022.2.X
2022.1.X
2021.3.X
The screen space reflection effect is not supported on OpenGL ES 3. It depends on a compute shader that is intentionally disabled because it caused issues with earlier OpenGL ES 3.1 drivers and in general the effect is not optimized for mobile.
Reproduction steps:
Open the user’s attached project (“KMainRepro“)
Go to File > Build Settings and change the platform to Android
Open the “/Assets/Scenes/SampleScene.unity” Scene
Observe the Console window
Expected result: Screen Space Reflections are working
Actual result: “Kernel 'KMain' not found” error is thrown