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.
Like many other wireframe rendering solutions in Unity, the script side of this toolset stores barycentric coordinates as tangent vectors in a modified mesh asset. Unlike others, the shader ...