best way to toggle tint on a specific mesh?

Is the best way to handle this kind of thing to define a bunch of materials then assign the renderer.material? Are there any tricks better ways? Should you just toggle tint color in the material?

Yea if you modify the material directly, then it will effect ALL renderers that are referencing that material :). So yea it’s kind of a trick.