I’m trying to change a shader invisible, but the 03 is messing this up.
renderer.03.color.a = 0;
I’m trying to change a shader invisible, but the 03 is messing this up.
renderer.03.color.a = 0;
Your renderer does not have a field called 03
. You might have a material which you’ve called 03
, but, you’d need to look it up in the materials
array.