Hey everyone,
A new e-book just dropped for those of you using (or planning to use) URP in your projects. Read on to get key details about the e-book, its companion collection of sample scenes, and a couple of great YouTube tutorials you might have missed.
The URP cookbook, now updated for Unity 6
First, we’re happy to announce that the e-book The Universal Render Pipeline cookbook: Recipes for visuals and shader effects (Unity 6 edition) is now available to download. Over 12 chapters, you’ll get all the steps you need to create visual effects in URP, with everything updated to reflect Unity 6 features.
The URP visual effects cookbook is aimed at intermediate to advanced Unity users. To get the most value from the guide, you’ll need to know how to develop a project in Unity, use URP features, and write HLSL-based shaders.
Get 12 recipes, including three new ones, in the latest edition of the URP cookbook
Whip up visual effects that you can use across many game genres and platforms
Examples of using procedural noise for a wood texture
The recipes in this book are for popular effects that you can further customize for your own game. Get the steps to create:
- An x-ray-like image effect with stencils
- A toon and outline shader with Shader Graph
- Decals and an ambient occlusion effect with post-processing
- A LUT image to add color grading to your scenes
- Reflections and refractions
- Water and volumetric clouds in URP
- Optimized graphics with GPU instancing, SRP Batcher and the RenderMeshPrimitives API.
New additions to this guide include:
- Two new recipes for procedural noise and compute shaders
- A full revision of the aforementioned Toon shader
- A section on how to implement Adaptive Probe Volumes (APVs), a quick and flexible alternative to light probes
- Steps on how to use the new Render Graph API for creating Renderer Features
The sample scene collection
Along with the e-book, you can also download a new collection of sample scenes, one sample for each recipe. Each scene is ready for you to open in the Editor as you work your way through its corresponding recipe in the e-book.
The sample scenes are updated to make use of the Render Graph in Unity 6.
You can clone the sample repository from here, or download the code in a zip file and unzip it.
Each recipe is contained in a folder along with the steps and files referred to in this book.
URP tutorials
Finally, in case you missed them, there are two recently released URP tutorials on the Unity channel:
URP Quality settings: This video shows you where to find all of the configuration options available with URP, including those for URP shaders, render paths, shadows, global illumination, post-processing and Renderer Features.
Introduction to the Render Graph in Unity 6: Render Graph helps URP optimize runtime rendering, making it more efficient to create your own performant features. In this tutorial, we create a dither effect Renderer Feature by using a Full Screen Shader Graph material with the optimized resource management available with Render Graph. You’ll also get introduced to the Render Graph Viewer.
Our new e-book joins the collection of URP resources created by multiple teams at Unity: the URP 3D sample, the e-book on URP for advanced Unity creators, Unite talks, and YouTube tutorials.
These diverse learning resources reflect the deep flexibility and broad applicability of URP. They’ll help you understand how to best use its many quality settings for your target platforms, its compatibility with systems like the VFX Graph, Shader Graph, Renderer Features, and Adaptive Probe Volumes, and optimization features, like GPU Resident Drawer and occlusion culling.
We hope you enjoy this latest edition of the URP cookbook!
If you have experience shipping projects with the Built-In Render Pipeline, and want to move to URP, start with these resources to get guidance on setting it up for a new project, or porting a project based on the legacy Built-In Render Pipeline to URP:
- E-book: The Universal Render Pipeline for advanced Unity users (Unity 6 edition)
- Unite 2024 session: Transitioning from the Built-In Render Pipeline to URP and HDRP
- Unity Documentation: Using the Universal Render Pipeline
You can find all of the latest e-books for advanced developers, artists, and technical artists in the Unity best practices hub and the best practices resource section in Unity docs.




