so I currently tagged 5 different items with the same tag. I just want be able to change the color of these 2d items with one function. so far I only have:
public void Change(){
GameObject[] sprites = GameObject.FindGameObjectsWithTag("changeable");
}