Made this "Ping" effect for a Math Project at The Game Assembly. Coming up with an idea on how we can use combinations of math to create a practical use of it in game development.
This effect is drawing circles using vector math in the fragment shader instead of using texture sampling and then use Matrix multiplication for the billboard effect in the vertex shader.
Made with Shader Graph in Unity.