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
- Text overlap and is unreadable in Inspector > Terrain Paint Texture after creating new Terrain Layer
- Event "XRInputSubsystem.trackingOriginUpdated" triggers twice when recentering the view
- UITK TextField value is overwritten incorrectly by the converter result when Binding Mode is set to "To Source"
- Out of memory crash when selecting more than 80000 Assets simultaneously
- UI Toolkit Button text is not rendered when the Button has fixed height with specific Icon font
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)