@SIsilicon28 said:
I'm assuming you are working with a shader, so all you have to do is just set the ALPHA
variable in the fragment shader to 0.25.
ALPHA = 0.25;
I'm working with spatial material
I can't find alpha variable there.
Do you know how to do that on spatial material?
Thanks!