Search Issue Tracker
Fixed in 2019.2.X
Votes
0
Found in
5.5.0f3
Issue ID
864173
Regression
No
Two pass Surface Shader does not include Vertex color data in the second pass
Steps to reproduce:
1. Open attached project
2. Select "OW_Decal" shader
3. Click "Show generated code", look at line 627
4. Observe that the second pass vertex color is set to "no"
Expected result: Vertex color should be recognized correctly and set to "YES"
Note: Vertex color is not recognized even though both passes multiply vertex color to the base color, this causes the smoothness value to make almost no effect to the decal.
Reproduced in: 2017.1.0a4, 5.6.0f2, 5.5.2f1
Fixed in: 2019.1.0a10
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Standalone Player crashes with "TDerived GetOrLoad<TDerived>() where TDerived : T" when IL2CPP Code generation is set to "Faster (smaller) Builds"
- IndexOutOfRangeException and InvalidOperationException when logging XML string
- Script missing in "Assets/Settings/Mobile_Renderer/GlobalVolumeFeature" of "com.unity.template.urp-blank" template
- “Font Asset Creator - Error Code [Invalid_File_Structure]…“ error is logged when generating Font Assets from fonts with meta files from previous Editor versions
- Input.mousePosition returns (NaN, NaN, 0.00) when Scene view is opened
Add comment