santosh nallaSep 20, 20203 min readShaders in UnityPost Processing Effect: Blur EffectThis 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 nallaSep 17, 20202 min readShaders in UnityPost Processing Effect: Night Vision GogglesMake sure you read my previous blog on Introduction to Post Processing before you move on to this. Link: https://www.santoshnalla.com/pos...
santosh nallaSep 17, 20204 min readShaders in UnityPost Processing: Using Unity ShadersPost 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 nallaSep 10, 20205 min readAdvanced C# Scripting For UnityDelegates, Events, Actions, FuncDELEGATES: Delegates and Events are usually super confusing. Here in this blog i will make them as simple as possible. Usually Delegates...
santosh nallaAug 22, 20206 min readLighting in UnityLighting in Game engines adds life to you game and makes them look beautiful but before applying lighting and making your scene beautiful...
santosh nallaAug 10, 20202 min readGun and Wall GlitchIf you have worked in an fps game, you must have surely encountered this scenario. What happens here is, if you go close to...
santosh nallaJul 31, 20202 min readReward Timer in UnityBefore reading this blog, i strongly recommend you to read my previous blog on Daily Reward Bonus. Link: https://www.santoshnalla.com/pos...
santosh nallaJul 30, 20203 min readDaily Bonus RewardsWelcome back to my blog. In this blog in am gonna teach you how to implement daily bonus in your game. So the first question? What...