Support:
*Universal Rendering Pipeline.
*Lightweight Rendering Pipeline.
两种线框着色器。顶点和片断线框着色器用于低端设备。几何线框着色器用于现在的普通设备
Please notice this package works for Universal Render Pipeline (URP). "Selected Effect --- Wireframe" is the corresponding built-in rendering pipeline version package.
Turn arbitrary gameobject to wireframe effect when you pick it !
Features include:
- Two kinds of wireframe shader: Vertex and fragment wireframe shader used for low-end device. Geometry wireframe shader used for average device nowadays.
- Pure shader effect, without script rendering (GL.Lines).
- Skinned mesh and blendshapes support.
- Quad and triangle wireframe rendering.
- Glow your wireframe.
- Anti-aliasing wireframe shader.
- Various parameters for wireframe visualization.
Also:
- Compatible with different unity version.
- Compatible with PC, console and mobile platform.
- Demo scene and source code included.