GitPedia

Toon rp

πŸŒ” A Scriptable Render Pipeline (SRP) designed for toon/stylized visuals. Features custom lighting pipeline, multiple shadow algorithms, tiled lighting, Shader Graph support, and more.

From Delt06Β·Updated June 19, 2026Β·View on GitHubΒ·

A Scriptable Render Pipeline (SRP) designed specifically for toon/stylized visuals. The project is written primarily in C#, distributed under the MIT License license, first published in 2023. Key topics include: cel-shading, render-pipeline, scriptable-render-pipeline, shader, shader-graph.

Latest release: v0.9.0β€” v0.9.0 (XR, DirectX 12, and Fake Additional Lights)
January 29, 2024View Changelog β†’

Toon Render Pipeline (Unity SRP)

GitHub release (latest SemVer including pre-releases)
GitHub license

A Scriptable Render Pipeline (SRP) designed specifically for toon/stylized visuals.

🚧 The project is in its early stages and has not been tested in production.

⚠️ The project only supports Linear color space.

πŸ“ The development progress can be tracked via Issues and Project Board.

Main

Unity Version

πŸ”¨ Developed and verified with Unity 2022.3.12f1 LTS and Core RP Library v14.0.9.

Verified Platforms

  • Windows (DirectX 11, DirectX 12, Vulkan, OpenGL)
  • Android (OpenGL ES 3.0+, Vulkan)
  • WebGL 2.0
  • XR (see XR Wiki page for full info)

⚠️ Other platforms may work but have not been tested yet.

Table of Contents

Features

See the project Wiki for the full feature list.

Ramp
Ramp Texture

  • Shadows: multiple options for soft shadows and stylization.
Crisp ShadowsSoft ShadowsBlob Shadows
ShadowsVSM ShadowsBlob Shadows

Tiled Lighting

Shader Graph

Screen-Space Outlines
Inverted HullOutlines

  • Stylized post-processing effects: bloom, SSAO, etc.

Bloom
SSAO

Installation

πŸ“ Note: to install the package for an older Unity version, refer to the Installation page.

1. Add the package

Option 1

  • Open Package Manager through Window/Package Manager
  • Click "+" and choose "Add package from git URL..."
  • Insert the URL:
https://github.com/Delt06/toon-rp.git?path=Packages/com.deltation.toon-rp

Option 2

Add the following line to Packages/manifest.json:

"com.deltation.toon-rp": "https://github.com/Delt06/toon-rp.git?path=Packages/com.deltation.toon-rp",

2. Create a pipeline asset

Inside the Project window, right click and select Create/Toon RP/Toon Render Pipeline Asset.

3. Set the pipeline asset

Go to Edit/Project Settings/Graphics and set the field Scriptable Render Pipeline Settings with the newly created pipeline asset.

References

Used Assets

Contributors

Showing top 1 contributor by commit count.

View all contributors on GitHub β†’

This article is auto-generated from Delt06/toon-rp via the GitHub API.Last fetched: 6/26/2026