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


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


Wall Hacks
The main objective of this blog is, to make an object visible through walls(to be able to see the object no matter what is in between the...
santosh nalla
Nov 17, 20217 min read
103 views
0 comments


Heat Wave Distortion Effect in Unity(Using CG)
Imagine sitting in front of a campfire. When you observe the person sitting opposite to you on the other side of the campfire through the...
santosh nalla
Jul 30, 20214 min read
223 views
0 comments


Post Processing Effect: Blur Effect
This is my third blog in the chain of Post Processing effects in Unity. In my previous blog we have tried to create Night Vision Effect....
santosh nalla
Sep 20, 20203 min read
79 views
0 comments


Post Processing Effect: Night Vision Goggles
Make sure you read my previous blog on Introduction to Post Processing before you move on to this. Link: https://www.santoshnalla.com/pos...
santosh nalla
Sep 17, 20202 min read
20 views
0 comments


Post Processing: Using Unity Shaders
Post Processing effect can change the look and feel of your game. But what exactly is Post Processing? Until now we have used our shaders...
santosh nalla
Sep 17, 20204 min read
107 views
0 comments


Body Burning Effect - Using Unity Shaders(CG)
If you have ever played games like Assassins Creed, Red Dead Redemption,gta , you would have understood what i am gonna talk. In those...
santosh nalla
Jun 16, 20202 min read
40 views
0 comments


Snow Fall Effect Using Unity Shader Programming(CG)
Before me trying to explain you how i could achieve this, just have a look at this video. Beautiful isn't it? Lets jump straight into the...
santosh nalla
Apr 20, 20203 min read
63 views
0 comments


Outline Shader
Welcome back!! Here i am gonna create an "Outline shader". Before moving on how to achieve that using unity shaders, let me define what...
santosh nalla
Apr 3, 20202 min read
71 views
0 comments


X-Ray Scanner - Using Stencil Buffer
Stencil test, comes after the "Blending" in rendering pipeline. What happens here? Here we set a stencil (stencil buffer) for the screen...
santosh nalla
Mar 22, 20203 min read
63 views
0 comments


Bulge out Animations- Using Shader Normals
In this blog, i am gonna use vertex normal to animate different meshes. This Bulge in and out animations in games can be used to...
santosh nalla
Mar 15, 20202 min read
46 views
0 comments


Waving Flag Animation using Shaders in Unity.
To completely understand this blog, basic Shader knowledge is necessary. I am writing my shader in CG ( i don't use graphs :P). I...
santosh nalla
Mar 14, 20202 min read
117 views
0 comments


Rendering Order And Sorting( Z Sorting- Depth Sorting)
Optical illusions in games(Unity) can be achieved using shaders. There is so much a shader can do to your game. Rendering order in...
santosh nalla
Mar 8, 20203 min read
29 views
0 comments
bottom of page