Unity 2022.2 (and the eventual 2022 LTS release of Unity) support the new Fullscreen Shader Graph, which can be used to apply post processing effects to scenes. This repository includes an outline ...
A Shader Graph enables you to build shaders visually. Instead of hand writing code you create and connect nodes in a graph network. The graph framework gives instant feedback on the changes, and it’s ...