Search Issue Tracker
Won't Fix
Votes
0
Found in
5.5.2p2
Issue ID
893052
Regression
No
Material is not applied to the GameObject when ColorMask's RenderTarget is combined with Blend
To reproduce:
1. Open attached project;
2. Run asdf scene;
3. Press on Plane and see that is White (should be red);
4. Open shader _0;
5. Comment line Blend One Zero and un-comment Blend 0;1;2;3 One Zero; ( Notice that the Plate is red);
6. Open shader_0 again and switch back to the single line Blend;
Actual result: The plane is white when using Blend One Zero with ColorMask RGBA 3
Expected result: Using Blend One Zero with ColorMask RGBA 3 should give material color to the Game Object.
Reproduced in : 5.5.2p2; 5.5.2p3;5.6.0f2; 2017.1.0a4
Updated reproducible in: 2017.1.2f1, 2017.2.0f2, 2017.3.0b3
Note: if you change ColorMask 0 0 to ColorMask RGBA 0 and combine with Blend One Zero the Plane has red material.
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
- Opening Terrain Prefab in Prefab Editing Mode throws "NullReferenceException" error
- [Search] Dragging query pills put them behind the search text field
- A CustomPropertyDrawer that returns a PropertyField for a property named the same as a child field will not render all child fields
- Graphics Settings shows default values instead of the real values in the Rendering Debugger when Volume.profile is assigned via script
- Deleting multiple Tags throws “NullReferenceException”, and "Retrieving array element that was out of bounds" errors when holding the Enter key
Resolution Note:
won't fix as minor. Also there is a workaround already.
Use "Blend 0 One Zero" instead of "Blend One Zero"