In Unity, Shader Graph for GUI (specifically uGUI) allows you to create procedurally generated, resolution-independent user interface elements such as buttons, health bars, and progress indicators.
According to documentation, Shader Graph enables developers to build shaders visually. Instead of writing code, developers create and connect nodes in a graph framework. This repository includes a ...