Dither transparency is an effect which renders all pixels of your object using opaque rendering techniques (such as writing to the depth buffer so that other obscured objects can be culled), but using ...
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.