customMaterial Fragment_Custom_Alpha does not work

you need set .alpha between 0. = 0.999 then you can customize it
because without that standard material work as non transparent material

also the alpha in standard material only release whe u use a transparent texture

  • u can use
    Fragment_Before_FragColor

for directly control alpha without any condation

3 Likes