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
- Package Manager Select all keyboard shortcut selects all packages even if they’re not visible to the user when the Package Manager has no search results and the shortcut is pressed
- "NullReferenceException" error and memory leak warning is thrown when Entities Graphics package is installed
- Version Control: information does not align with window title
- Exceedingly long wait when importing large audio file
- TextMeshPro text input's caret is flickering when Line Mode is set to Multi Line and text is selected
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.