Hi! I have two materials my game object. They are in the same game object. One is called “Face”, other is called “Body”, how can I change face material texture?

I’ve solved

    gameObject.GetComponentInChildren<Renderer> ().materials [1].mainTexture = Resources.Load ("Texture")as Texture;