
A flexible gridline shader using UV coordinates for stylized wireframe-like effects. Designed for the Universal Render Pipeline(URP).UV Wireframe Shader renders customizable gridline patterns over any mesh surface using UV coordinates - perfect for stylized wireframe looks without relying on actual mesh topology or geometry edges.Unlike traditional wireframe shaders that highlight polygon boundaries, this shader generates clean rectangular grids based on the object's UV map. Adjust the number of divisions in the U and V directions to create grids, slice lines, or even full-surface overlays. Control line thickness, alpha-based colors, and background transparency with ease.Whether you're prototyping, visualizing scientific data, or designing abstract visuals, this shader offers lightweight yet highly configurable wireframe-style rendering without the usual limitations.Supports the following Unity versions:Unity 2022Unity 6000.0 (Unity 6.0)Unity 6000.2 (Unity 6.2)Renders gridlines using UV coordinates, not polygon edgesAdjustable U and V line counts (can be asymmetric, including one-directional slicing)Supports alpha blending for both gridline color and background fill with base mapControllable line thickness in screen space (consistent visual size)UV scale and offset control for flexible tiling and alignmentWorks on any mesh with proper UVs, including planes, custom models, and primitivesStylized non-destructive wireframe-like effectLightweight and easy to integrate into any Built-in RP project