hi
I’m trying to set color transparent
this is me code change color
public Color colorred;
hideMaterial1.color = Color.white;
but when change color it set transparent A 255 this make it not transparent
There is a way to change the color while keeping the transparency
thank you
Note i have try this color.a = 0.42f; Not Working