knowercoder / SketchEffect

Pencil sketch effect shader for Unity using shader graph

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SketchEffect

SketchEffect helps you to create a pencil sketch effect in Unity. All you have to do is create a material with the “SktechEffect” shader, assign necessary textures, and apply it to your game object.

Note this is not a post-processing shader. The post-processing shader feature is planned for future releases.

Requirements

  • Unity 2021.3 and above
  • URP

SE-Cover

Watch the Video demo here

Key Features

  • Hatch color
  • Hatch weight
  • Outline

Reference:

Pencil hatching: https://kylehalladay.com/blog/tutorial/2017/02/21/Pencil-Sketch-Effect.html

Outline: https://youtu.be/8Xq7tU5QN1Q?si=PwAtReDyQ8mxsVaj

About

Pencil sketch effect shader for Unity using shader graph

License:MIT License


Languages

Language:C# 98.4%Language:HLSL 1.6%