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
- The number of SetPass Calls is increasing when attaching the Frame Debugger to the Player
- Scrollbar briefly appears in the Package Manager during installation process even when the package list is too short to require scrolling
- Script resets to use the previous Skybox color when saving the Scene changes
- [2D] Sprite Library Editor window throws NullReferenceException error when entering Play Mode with Game View maximised
- Game View Tab Scale changes erratically when a Unity Tab is on a different screen with a differing Display Scale
Resolution Note:
We decided to not support this fog mode, so this is by design.