top of page

An Indie Game Developer

Santosh N
Search


Lighting Models In Unity
In computer graphics, lighting models are used to simulate the behavior of light interacting with surfaces in a 3D scene. These models...
santosh nalla
May 16, 202311 min read
Custom Attributes and Property Drawers
Custom attributes and property drawers customize Unity's Inspector window and add functionality, enhancing Unity development.
santosh nalla
Apr 25, 202315 min read


Camera Depth Texture
Camera can generate a depth, normal + depth and motion vector texture. The depth texture generated by camera can be used for post...
santosh nalla
Nov 14, 20222 min read


Coloring Effect using Unity Shader Graph
Final Effect: This effect can be achieved using a custom node in shader graph. This node takes 5 parameters as input and outputs the...
santosh nalla
Oct 7, 20222 min read


Burning Paper Effect using Unity Shaders
Project Link: https://github.com/Santoshabde/Burning-Effect-using-Unity-Shaders Final result: In the above effect, we punch holes...
santosh nalla
May 29, 20223 min read


Vertex Animations using Shaders
Vertex animations allows you to animate individual vertices of a mesh. This is dealt by vertex shader. Vertex animations are an efficient...
santosh nalla
Mar 18, 20225 min read


Material Property Blocks
Lets say you have 2 cubes, and have a material "mat1". I have create a simple unlit shader for this material "mat1" Shader...
santosh nalla
Feb 6, 20224 min read


Environment Scanner Shader Effect
I have been playing Returnal lately. Area Scan is a device and action of Selena in Returnal. It is used in combination with the map to...
santosh nalla
Feb 4, 20225 min read
bottom of page