Health/Progress bar via a Shader
It’s a fairly common requirement to have some sort of health-bar or progress-bar in a game. However, as explained by Steve Streeting this can have performance problems if you’re using a Canvas and assigning it to many entities. The answer is to use a Shader, but what does that look like? This morning I set about trying to create one and this is my result;