Search Issue Tracker
By Design
Votes
0
Found in
2021.3.11f1
2022.1.18f1
2022.2.0b9
Issue ID
UUM-15516
Regression
No
Decal Render Feature isn't working in URP when running with OpenGLES 3.0/3.1
Reproduction steps:
1. Open the user’s attached project “ticket-1358812-decal-dbuffer.zip” with the command line arguments -force-gles30 or -force-gles31
Expected result: The “Decal Object” looks like the textures on the “decal” material
Actual result: The “Decal Object” is pink
Reproducible with: 2021.3.11f1, 2022.1.18f1, 2022.2.0b9
Could not test with: 2020.3.40f1, 2023.1.0a12 (The “decal” material is pink)
Reproducible on: Windows 11
Not reproducible on: macOS 12.4 (Intel)
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
- "DrawDepthNormalPrepass" exceptions are thrown in Editor when Ctrl key is held with specific renderer settings
- Script file name changes do not display in Editor when Compiler errors are present
- Sprites are not rotating with bones when the Sprite type is Unlit
- Crash on TransferField_NonArray<YAMLRead,Converter_String> when opening a specific project
- Missing page when opening reference for Panel Text Settings
Resolution Note:
By design: shaders are trying to use separate MRT blend modes.
Separate MRT blend modes are supported only in GLES 3.2 context (glBlendFuncSeparatei https://registry.khronos.org/OpenGL-Refpages/es3/html/glBlendFuncSeparate.xhtml)