Hey! I’d like to make an effect in my game where, for some frames, one exact model is colored while everything else is black.
If I was using Unity, I’d use that Camera’s SetReplacementShader, which will draw every model with a certain tag with a different shader, and then use Shader Instance Parameter on the specific Mesh I’d want to color it while everything else defaults to black.