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
- Asset Database warning is being logged continuously when creating a script in an embedded package
- Build process only shows Initializing when building for Android
- TileMap Palette preview flickers when scaled
- Shader Graph Blackboard "plus" sign is not centered within the button
- [URP] When Rendering Layers are enabled, the DepthNormalPrepass is enabled even if not used
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.