Well would you look at that! Another year+ since my last tutorial! If I keep up this rythm I can publish around 7 more tutorials ’till the end of the decade! Hahah Jokes aside, around 5-6 months ago I was porting some shaders to Shader Graph and wanted to make GPU Instancing (using Graphics.DrawMeshInstancedIndirect) for …
Listing some of my posted Unity Tips 🙂
More than a year since the last tutorial! I’ve been busy. It’s not like I had a ton of tutorials here either. In this tutorial I will show you how to make a very simple idiotic rain VFX that I did myself (with a lot of trial and error). It will be more of a …
Here is a simple walkthrough to make a simple 2D shooting mechanic. Using Prefabs or Raycasts will do to make it, you can choose one of them based on what you want to achieve in your game. If you want a bullet to immediately hit the target you are aiming then maybe raycast is the …