So i know it’s possible to use overlay to render a transparent shader on top of another.
but what happens if 2 shaders has that same overlay property, and are overlapping at the same spot? z-fight?
and can i make a render priority in the shader? so i can decide when to render them and in what order, similar to how overlay always is on top, but in an ID list?