Search Issue Tracker
Won't Fix
Votes
0
Found in
2017.4
2019.2.10f1
2020.2
Issue ID
1213365
Regression
No
[Shaders] finalgbuffer:ShadingModelFinalGBuff and clip() affect UV coordinates
Reproduction steps:
1. Open project in "ShaderIssue.zip"
2. Notice how the "ForestFoliage" GameObject looks in the Scene
3. Open "Tree_Foliage_Inner" Shader in Project window
4. Comment line 37 and de-comment line 14 (look at the note below)
5. Inspect "ForestFoliage" Object in the Scene
Expected result: UV coordinates remain the same
Actual result: UV coordinates are changed and the Texture becomes blank
Reproducible with: 2017.4.37f1, 2018.4.19f1, 2019.3.4f1, 2020.1.0b1, 2020.2.0a2
Note: The issue can be fixed by either removing finalgbuffer:ShadingModelFinalGBuffer or enabling clip(c.a - 0.0) (or both)
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
- Project Auditor suggests to update package to a lower version than installed when the recommended package version is not the latest version
- Low performance when multiple meshes using BlendShape are rendered on screen
- TMP Dropdown visually corrupts or disappears when its own GameObject is assigned to "Caption Image" or "Placeholder" elements
- Usymtool tries to upload GameAssembly.pdb when it doesn't exist after building with Mono backend
- “NullReferenceException” error thrown in the Console when running HDRP Wizard “Fix All” in URP project after installing HDRP Package
Resolution Note:
Won't fix because we do not actively support surface shader.