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
- Texture Import Warnings are obscured by other Terrain Layer options in the Inspector
- Burst Inspector middle divider is jittering when resized with the Burst Inspector window docked
- JsonConvert conversion fails trying to call GetCallbackMethodsForType when [OnDeserialized] is used in a class
- Different text alignment in the column header in Entities "System" window
- Objects with Universal Render Pipeline/Particles/Lit shader are always lit up when changing their Rendering Layer Mask
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)