Search Issue Tracker
By Design
Votes
0
Found in
2021.3.45f1
2022.3.54f1
6000.0.31f1
6000.1.0a8
Issue ID
UUM-90578
Regression
No
[URP] Decals are not present in the Player when building for WebGL
Reproduction steps:
1. Open the attached “IN-90245” project
2. Build and Run the project
3. Observe the Player output
Expected result: Decals are visible
Actual result: Decals are not visible
Reproducible with: 2021.3.45f, 2022.3.54f1, 6000.0.31f1, 6000.1.0a8
Reproducible on: Windows 10
Not reproducible on: No other environments tested
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
- [Dragon Crashers] Build fails in U6
- [Dragon Crashers] 4 Shader error messages on import
- [Dragon Crashers] Readme text is white on light grey
- Cursor stays in front of the first character when entering text in the TextMeshPro field
- Searching in Hierarchy causes unwanted component calls
Resolution Note:
Hello
It looks like you're using the wrong Quality/RP Asset when building for WebGL. The one that is chosen for WebGL is the Mobile_RPAsset, which uses the Mobile_Renderer asset. That Renderer does not have the Decal Renderer Feature enabled.
You will have to add the Decal Renderer Feature to the Mobile Renderer, or change the WebGL build to use the PC_RPAsset under Project Settings -> Quality.