Search Issue Tracker
By Design
Votes
0
Found in
2021.3.14f1
2022.1.23f1
2022.2.0f1
2023.1.0a21
Issue ID
UUM-20347
Regression
Yes
[Android] "Kernel 'KMain' not found" error is presented when Screen Space Reflections are used
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
Reproducible with: 2021.2.0a20, 2021.3.14f1, 2022.1.23f1, 2022.2.0f1, 2023.1.0a21
Not reproducible with: 2020.3.42f1, 2021.2.0a19
Reproduced on: Windows 10 Enterprise 21H2
Notes:
- When Screen Space Reflection on Post Processing V2 is enabled the following error appears
- Reproduces on Built-in Render Pipeline
- Uses OpenGLES3 as the Graphics API
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
- Shader Graph Node information is briefly displayed in Graph Inspector when clicking on Category in the Blackboard
- Module installation fails with "Download failed: Validation Failed" errors when using beta.2 Hub version
- JsonConvert conversion fails trying to call GetCallbackMethodsForType when [OnDeserialized] is used in a class
- Shader Graph Category dropdown cannot be expanded/collapsed when clicking on the text
- Different text alignment in the column header in Entities "System" window
Resolution Note:
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.