change material color using C# unity 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;