Rose OwenSimple Player Movement in UnitySo you have started making games but you have a player but don’t know how to move around, you’ve come to the right place!May 10, 2021May 10, 2021
Rose OwenTo Pseudocode or not to Pseudocode, that is the question.Pseudocode is steps you write out in words before turning it into code. When you start out you won’t be expected to know everything about…May 13, 2021May 13, 2021
Rose OwenInstantiating & Destroying Gameobjects in UnityThe magic of making game objects appear and disappear. Instantiating is the creation of a clone of the prefab you have already made…May 14, 2021May 14, 2021
Rose OwenCreating A Cooldown System in UnitySometimes you don’t want to let the player shoot as fast as they can click, even more so with macros that can click so much fasterMay 15, 2021May 15, 2021
Rose OwenIntroduction to Physics in UnityIf you throw a ball does it pass through the wall or does it bounce off?May 18, 2021May 18, 2021
Rose OwenOnCollisionEnter Vs. OnTriggerEnter — When to use them?What can I use for OnCollisionEnter and OnTriggerEnter, Find out inside!May 19, 2021May 19, 2021
Rose OwenScript Communication in UnityWithout a communication line to the player, it’s like they are wearing noise-canceling headphones and didn’t hear a word the enemy said.May 22, 2021May 22, 2021
Rose OwenLet’s make a Spawner with Coroutines!We have the stepping stones already for making a game but at the moment we only have 1 enemy, when it dies there is just the player.May 23, 2021May 23, 2021
Rose OwenSpawning in Unity without the ClutterWe all like it when things are nice and tidy, sure some people will find it harder than others to keep it like that but in unity, this is…May 24, 2021May 24, 2021
Rose OwenFrom Prototype to Work of ArtNow that we have prototyped our Space Shooter game and things seem to be going well, we can now look at adding in some fresh assets and…May 25, 2021May 25, 2021
Rose OwenIt’s time for a Power-up!Now that we have the basics of a game set up and looking pretty good, let’s start adding in some features like a new Power-up System.May 28, 2021May 28, 2021
Rose OwenAnimating Sprites in UnitySprites can be used in so many ways and adding in some animation to them open up so many more ways to use them.May 29, 2021May 29, 2021
Rose OwenCreating Modular Powerup SystemsNow that we have added in a triple shot powerup let’s add in some more.May 30, 2021May 30, 2021
Rose OwenSwitch Statements to the Rescue!Time to clean up all those if and else if statements to make things tider and more performent!May 31, 2021May 31, 2021
Rose OwenBuilding a Score System using UI Elements in UnityThe next step to completing this game is to add in some UI. Let’s make a scoring system!Jun 1, 2021Jun 1, 2021
Rose OwenCreating a Retro Game Over BehaviorNow that we have a Scoring System in our game and while you weren’t looking I added in the lives too. but that is neither here nor there…Jun 2, 2021Jun 2, 2021
Rose OwenCreating Explosions!Explosions! Now that I have your attention, let’s add some to the game we have been making.Jun 3, 2021Jun 3, 2021
InNerd For TechbyRose OwenFrom Explosions to Damage VFXDamage VFX using Animated Sprites in UnityJun 4, 2021Jun 4, 2021