top of page

An Indie Game Developer

Santosh N
Search


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
Asynchronous Programming in Unity
Most Unity Developers might be aware of the concept of Asynchronous Programming - if “Coroutines” are what came into your mind, yes, that...
santosh nalla
Oct 7, 20218 min read
146 views
0 comments
Extension Methods in Unity
Lets say you want to add a function to Transform class called Reset() - which resets position, Rotation and Scale values of a particular...
santosh nalla
Sep 15, 20212 min read
40 views
0 comments


Flocking Algorithm In Unity
To flock means to group together. Flocking is the behavior exhibited when a group of birds(or any other species), called a flock, are...
santosh nalla
Sep 3, 20215 min read
232 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


Dynamic Field Of View
Asset path to download: https://drive.google.com/drive/u/3/folders/1mraIKMoH9DoqaVTBA1PYg_WcJju0M1Yq In most of the 2D and Top Down...
santosh nalla
Jul 11, 20213 min read
125 views
0 comments
LINQ - C# in Unity Game Programing
LINQ stands for Language Integrated Query. Basically this is used/allows us to filter through data(arrays and lists). Data filtering on...
santosh nalla
Mar 13, 20216 min read
197 views
0 comments


Save System in Unity For Mobile Games
Save system work in different ways. There are auto save system, when a game saves itself when you reach a certain check point and there...
santosh nalla
Jan 18, 20217 min read
137 views
0 comments
bottom of page