santosh nallaMar 15, 20202 min readShaders in UnityBulge 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 nallaMar 14, 20202 min readShaders in UnityWaving 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 nallaMar 8, 20203 min readShaders in UnityRendering 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 nallaDec 13, 20194 min readInterview Question: Coding ChallengeToday i attended an interview, in which i was asked to make a simple game in unity. The game goes like, there will be a grid(ex: 4 * 4)...
santosh nallaOct 14, 20192 min readBasic Sniper Code in UnityHave you ever sniped? And wondered how do do that? Hmm, This blog is for you. Here I am gonna create a basic sniper mechanics, and you...
santosh nallaOct 1, 20192 min readCreating an Explosion Effect in Unity🙌"Grenades". Yes, who doesn't use them in their games especially if you creating a first/third person shooter games. Creating the...