var newCol = myObject.renderer.material.GetColor(“_TintColor”);
newCol.a = 0;
myObject.renderer.material.SetColor(“_TintColor”, newCol);
It’s quite a lot of code just to change the alpha value, was wondering if there’s a simpler way I might have missed?