unity set ui image texture code example
Example: unity ui change sprite
// TO change the sprite of an UI image, se below
GameObject.GetComponent<Image>().sprite = sprite;
// TO change the sprite of an UI image, se below
GameObject.GetComponent<Image>().sprite = sprite;