unity 2d material set color code example
Example: unity set material color
//Gets the renderer material and sets color
object.GetComponent<Renderer>().material.color = newColor;
//Gets the renderer material and sets color
object.GetComponent<Renderer>().material.color = newColor;