I use a special shader that can color some texture parts.
I use this shader to change the color from one object from green to red, but I want to use this same shader to change another game object that is duplicated from the first game object from green to blue.
The problem is when I change the shader options, both game objects have their color changed. Is it possible to use the same shader but with different options for each game object?