Search Issue Tracker
Fixed
Fixed in 2021.3.29f1, 2022.3.5f1, 2023.1.2f1, 2023.2.0a21
Votes
0
Found in
2021.3.20f1
2022.2.12f1
2023.1.0b9
2023.2.0a7
2023.3.0a3
Issue ID
UUM-29083
Regression
No
[HDRP] BaseColor texture on decal material should be grayed out, not hidden when affect BaseColor is disabled
Steps to reproduce :
- Open scene in the attached project
- Inspect the "Decal Projector" object
Notice that :
- Even with "Affect BaseColor" disabled, the decal will still affect the opacity
- The BaseColor texture is not visible in the inspector, but its alpha is still used as a mask for the opacity
- Using the rendering debugger, and display the decal atlas, you can see that the base color texture is effectively stored in the atlas, and used.
!image-2023-03-06-11-26-37-077.png!!image-2023-03-06-11-26-44-197.png!
Reproduces with: all versions
Suggestion: Do not remove the BaseColor texture field from the UI if "Affect BaseColor" is disabled, but grey it out like for the other options
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Mouse input is registered incorrectly in Custom RP when downscaling Render Target and rendering Overlay UI before final upscale
- Time.deltaTime is locked to the display's refresh rate when the built Player is moved to a Secondary Display and Windowed Mode is used
- Crash on RaiseException when importing a specific asset
- Crash on RaiseException when opening a specific project
- DownloadHandlerScript.CompleteContent is called twice when building for WebGL
Add comment