top of page

An Indie Game Developer

Santosh N
Search
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
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
Delegates, Events, Actions, Func
DELEGATES: Delegates and Events are usually super confusing. Here in this blog i will make them as simple as possible. Usually Delegates...
santosh nalla
Sep 10, 20205 min read
75 views
0 comments
bottom of page