HLSL
![](https://www.cyanilux.com/tutorials/sprite-local-uv/Preview.png)
Local UVs for Sprites in Sprite Sheet/Atlas
A small post explaining how to convert the UVs of a sprite sheet (or sprites packed in an atlas) into local 0-1 coordinates across each sprite in the shader
![](https://www.cyanilux.com/tutorials/urp-shader-code/Preview.png)
Writing Shader Code in Universal RP (v2)
Explains how shader code (ShaderLab & HLSL) is written to support the Universal RP
![](https://www.cyanilux.com/tutorials/intro-to-the-shader-pipeline/Preview.png)
Intro to the Shader Pipeline
An introduction to what a Mesh, Shader and Material is in Unity, how to set Shader Properties from C#, various types of Batching, and a brief look at Forward, Forward+ and Deferred rendering paths
![](https://www.cyanilux.com/tutorials/depth/Preview.png)
Depth
A big post explaining everything about Depth : Depth Buffer, Depth Texture / Scene Depth node, SV_Depth, Reconstructing World Position from Depth, etc.