Unity Issue Tracker - Alpha channel is disabled when Alpha Clip Threshold is set to 0
Closed
UUM-57779
Alpha channel is disabled when Alpha Clip Threshold is set to 0
Unity: Universal RP
As Designed
2023.3.X
2023.2.X
2022.3.X
2022.3.12f1 onwards
When alpha clip threshold is set to 0, then alpha clip is disabled to avoid degenerate cases. In such cases you should rely on alpha transparency only.
How to reproduce:
1. Open the attached project "Bugreport.zip"
2. Select the "Quad" GameObject in the Hierarchy window
3. Change "Alpha Clip Threshold" to 0 in the Inspector window
Expected results: Alpha channel is enabled
Actual results: Alpha channel is disabled