Search Issue Tracker
Fixed
Votes
1
Found in
5.4.0b20
Issue ID
803067
Regression
No
Batching appears to break vertex coloring
How to reproduce:
1. Open Repro project (please download from comment)
2. In the scene, there are 2 trees, each of them are using 2 separate shaders.
The only difference in the 2 shaders is the line "DisableBatching" = "True"
Actual Result:
Left tree's shader has the line "DisableBatching" = "True". It gives correct result which is green with brown trunks
Right tree's shader doesn't have this line. It gives dark grey
Expected Result:
Both trees should look the same, i.e. green with brown trunks
Note:
Please see repro.gif in comment: there are 5 ways to make the right tree look the same as left.
Reproducible: 2017.1.0b8, 5.6.2f1, 5.4.0b21, 5.3.5f1, 5.2.4f1.
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Diagnostics logs are missing, duplicated, or out of order when viewing Player sessions in Cloud Diagnostics
- Prefab Overrides “Apply” button is too big and overlaps with the context menu’s outline
- Prefab Overrides “No Overrides” text is too large, and the the Context Menu of the Parent GameObject has a lot of empty space when opened
- “Screen position out of view frustum...” errors are thrown when zooming out in the Scene view after creating UI GameObject
- CurveTexture is not being released when unloading AssetBundle containing a Scene with ColorCurves post-processing component in Global Volume
Add comment