I have a progress bar scene, lets call it ColorfulProgressBar that changes its color based on how much of it is full. I use multiple ColorfulProgressBars in a parent scene for different things. When I change the color of one ColorFullProgressBar stylebox, All other ColorfullProgressBars change to the same color. I clicked "make unique" on the stylebox that ColorfullProgressBar uses. How can I make sure that if I change one colorfullProgressbar's stylebox, the others dont change as well?
My progress bars are copying each others colors, even though they have unique style boxes
You can set the same theme for all of them, and then use the theme override on specific objects. You might also have to enable local to scene to make sure the override doesn't affect them all.
a year later
Megalomaniak added the Godot Help tag .