Simple 'dual render' shader for a side FPS project I worked on about a year ago. This effect is inspired by how zooming in on scoped weapons works in games like Call of Duty. Always been a fan of this look as I feel it is less distracting to the player and looks very modern.
Very simple setup. When scoping in the weapon a material swap occurs, switching from a basic opaque glass material to the dual render shader. The glass is tinted to let the player know what team they are apart of. Which was inspired by TF2.
The shader takes a render camera, a reticle shape and adds them together, then adds a fresnel effect to sell the roundness of the scope. Final color is added at the very end. The shader is completely unlit and opaque. No transparency needed.