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
75 views
0 comments
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
274 views
0 comments


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
36 views
0 comments


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
140 views
0 comments


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
59 views
0 comments


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
87 views
0 comments


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
108 views
0 comments


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
147 views
0 comments
bottom of page