hii how i make a panel that change color whith PlayerPrefs when i click button
@cliffmlimwa
Hey there , I’m new but I have this simple Idea , u can do this but with limited colors that u set as buttons … I mean u can get the Image component of the panel , and add buttons like a green one and a red one , if the player clicks the green one then u call the function
SetColor_ToGreen() {
ThePanelImage.color = Color.Green ;
}
but as I said to limited Colors that u set as buttons … Sry if this is useless but I’m new as well .