forked from BilalY/Rasagar
2.5 KiB
2.5 KiB
Production Ready Shaders
The Shader Graph Production Ready Shaders sample is a collection of Shader Graph shader assets that are ready to be used out of the box or modified to suit your needs. You can take them apart and learn from them, or just drop them directly into your project and use them as they are. The sample also includes a step-by-step tutorial for how to combine several of the shaders to create a forest stream environment.
The sample content is broken into the following categories:
Topic | Description |
---|---|
Lit shaders | Introduces Shader Graph versions of the HDRP and URP Lit shaders. Users often want to modify the Lit shaders but struggle because they’re written in code. Now you can use these instead of starting from scratch. |
Decal shaders | Introduces shaders that allow you to enhance and add variety to your environment. Examples include running water, wetness, water caustics, and material projection. |
Detail shaders | Introduces shaders that demonstrate how to create efficient terrain details that render fast and use less texture memory. Examples include clover, ferns, grass, nettle, and pebbles. |
Rock | A robust, modular rock shader that includes base textures, macro and micro detail, moss projection, and weather effects. |
Water | Water shaders for ponds, flowing streams, lakes, and waterfalls. These include depth fog, surface ripples, flow mapping, refraction and surface foam. |
Post-Process | Shaders to add post-processing effects to the scene, including edge detection, half tone, rain on the lens, an underwater look, and VHS video tape image degradation. |
Weather | Weather effects including rain drops, rain drips, procedural puddles, puddle ripples, and snow. |
Miscellaneous | A couple of additional shaders - volumetric ice, and level blockout shader. |
Forest Stream Construction Tutorial | A tutorial that describes how to combine multiple assets from this sample to create a forest stream. |