A three-part dive into rendering wireframes in Unity shaders — a flat quad, a full mesh, and an overlay on top of an existing object.
Improving our existing wireframe shader, to only render quads.
Here we provide several methods to create a wireframe outline from a mesh using shaders in Unity.
Extending our quad wireframe shader to render on top of a surface shader.