top of page

An Indie Game Developer

Santosh N
Search


Level Generation Using Text Files
Before reading this blog, just take a look at the video above. The question we are gonna answer in this blog is, "How do they generate...
santosh nalla
May 4, 20203 min read


Level Designing using Editor Scripting
Go watch this video before you start reading this blog. An editor script is any piece of code that uses methods from the UnityEditor...
santosh nalla
May 2, 20204 min read


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


Dissolve Effect using Unity Shaders CG
"Mr Stark, I don't feel so good", remember this last dialogue of Peter Parker in Avengers? Remember the moment Spiderman "dissolves" in...
santosh nalla
Apr 18, 20201 min read


Park Master Game Mechanics:
Welcome back. Hm, I have been playing this game called "Park Master" and i really loved it. So yes i sat down and replicated the basic...
santosh nalla
Apr 15, 20202 min read


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


Using Bezier Curves for the Character to take curved Path.
Ever tried to develop an infinity runner game in Unity? Here, you usually transform your player forward and you keep generating the path...
santosh nalla
Mar 26, 20203 min read


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
bottom of page