I’m making a character selection system similar to Crossy Road. I would like locked characters to be almost completely black like in Crossy Road (see image below).
The problem is that my characters are made of multiple prefabs so they use multiple MeshRenderers that may use multiple different materials that may use multiple different colors.
Is there a general effect I can use to make the GameObject and all its children darker?