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
- Icon section shows incomplete message and unusable check box in Build Profiles and Player Settings window instead of “Not applicable for this platform” for Dedicated Server Platform
- Assets are created in the Package folders when creating assets via custom buttons in the Inspector window or other windows
- “Select” windows are named differently on Windows and macOS
- [Windows] No minimum “Select” window size
- Enabling “Editor Extension Authoring” in UI Builder doesn’t dirty the document and saving with shortcut doesn’t persist the state
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.