Search Issue Tracker
By Design
Votes
0
Found in [Package]
14.0.2
Issue ID
1423991
Regression
No
unity_FogParams.y is never used in URP, considering unity_FogParams.y is useful for FOG_EXP mode
Reproduction steps:
1. Open user's attached project
2. In the Project Window find and open "ShaderVariablesFunctions.hlsl" (Packages/com.unity.render-pipelines.universal/ShaderLibrary/ShaderVariablesFunctions.hlsl)
3. Go to "ComputeFogFactor" function
Expected result: "ComputeFogFactor" function uses unity_FogParams.y
Actual result: "ComputeFogFactor" function doesn't use unity_FogParams.y
Reproducible with: 10.9.0 (2020.3.34f1), 12.1.6 (2021.3.2f1), 13.1.8 (2022.1.0f1), 14.0.2 (2022.2.0a12)
Could not test with: 7.7.1 (2019.4.38f1) - URP doesn't have "ShaderVariablesFunctions.hlsl" file
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
- [macOS] Editor window is not restored to previous position when launching the Editor and mouse cursor is on a different screen
- [Usability] Warning message in an Adaptive Probe Volume Component is not informative enough when Realtime Global Illumination is enabled
- Inspector for Adaptive Probe Volumes is not repainted when toggling Realtime Global Illumination setting in the Lighting Window
- Surface Inputs are not rendering when using the custom BaseShaderGUI
- Reflection Problem custom Cubemap loses its reference when HDR is enabled and the platform is switched
Resolution Note:
We decided to not support this fog mode, so this is by design.