Adding Shield Strength And Color Change When Damaged And Tying It To UI Sprite SheetSo, I ran into quite the ordeal when writing this and ended up redoing the entire thing. For some reason Unity crashed and my player script…Feb 19, 2022Feb 19, 2022
The Escape Button Is A Feature!Did you know that when you make builds and open a full screen window to play, pushing the escape button to exit the window or game isn’t a…Feb 17, 2022Feb 17, 2022
How To Build And Test Your Game In UnityTo build and test your game in Unity is pretty easy. There are many other options for ways to build and deploy your game, however If you…Feb 16, 2022Feb 16, 2022
How To Play Sound Effects In Unity (Creating A Global Sound Manager)Playing sound effects in Unity is fairly simple. You can just create an audio source and play it like I did with my background music. You…Feb 15, 2022Feb 15, 2022
Immersion Starts With SoundSee that clip up there? It looks kind of cool and it is fun to play, but it is definitely more exciting and you get a more immersive…Feb 13, 2022Feb 13, 2022
Bringing My Game To A New Level Through Post ProcessingSo, after adding my post processing package I started to mess around with a few things. I ended up only adding bloom and color grading…Feb 12, 2022Feb 12, 2022
How To Use Post Processing In UnityTo add post processing effects in Unity you first need to import the post processing asset or post processing file to your project. To do…Feb 11, 2022Feb 11, 2022
Damage VFX Using Animated Sprites In UnityHi! So, in todays article I am going to talk about how to trigger damage VFX on your player. Now, you can make it go to each individual…Feb 10, 2022Feb 10, 2022
Creating Enemy Explosions In UnityHaving enemies in a shooter game is kind of essential. Getting rid of those enemies when you shoot them is also essential. So how do we…Feb 9, 2022Feb 9, 2022
Loading Scenes In UnityLoading scenes in Unity is a pretty simple and straightforward process. You have to make sure your scene is loaded into the build settings…Jan 15, 2022Jan 15, 2022