Search Issue Tracker
By Design
By Design in 2022.2.X
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
- Required SpriteMask class (ID 331) is stripped when "Strip Engine Code" is enabled
- “Maximized serialized file backup not found” error is thrown when minimizing a window in a newly opened project
- Build stack trace contains invalid lines when building with IL2CPP using scripts with delegates containing generic types in the signature
- Entities Systems window has a “Show Full Player Loop” dropdown which does nothing when clicked after enabling “Show Full Player Loop”
- Entities Hierarchy Search “Show/Hide” button’s Lens Icon is blurry when the Editor is on an external monitor
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)
Resolution Note (2022.2.X):
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)