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.
Behavior Graph lets you build your programs out of small, easily understood pieces in a way that lets the computer do more of the work for you. It is an architecture and supporting library that ...