Search Issue Tracker
In Progress
Fixed in 2021.3.29f1, 2022.3.5f1, 2023.1.2f1
Fix In Review for 2023.2.X
Under Consideration for 2023.3.X
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
- Sprite Atlas remains loaded in memory after scene change or unloading assets
- Decompressing a DeflateStream under IL2CPP misses a few bytes
- Referred style sheet stays dirty after saving when using the UIBuilder
- The Height map Amplitude is not working when using HDRP/LayeredLit
- Infinite inertial tensor rotation values are not discarded (both AB and RB)
Add comment