Today we are going to look at building a health bar, that constantly faces the camera. This is called a “billboard” effect, which is commonly used in particle systems. We will accomplish everything in ShaderGraph, including the billboard. I followed two separate tutorials to get the health bar working, and…