Character Controller 101: 3D Development — Camera ControllerWhen building a game, Unity comes with a main camera ready for you in the Hierarchy from the start. But what if you wanted to have a…Aug 17, 2022Aug 17, 2022
Character Controller 101: 3D Development — MovementMaking a character move is different in a 3 dimensional space compared to a 2 dimensional space. Nonetheless, in Unity, it is usually a…Aug 16, 2022Aug 16, 2022
Prototype to ProductNow that my space shooter is functioning like a real game, its time to make it look like a real game! I imported a few space sprites to add…Jul 7, 2021Jul 7, 2021
Using Physics in UnityIn order for my space shooter game to be really challenging to the user, I wanted to give the enemy ships in my space shooter the ability…Jul 6, 2021Jul 6, 2021
Create a Cool Down System in UnityI want my space shooter to succeed against his enemy ships in my game, but I’d like it to be slightly realistic. No laser guns come with…Jun 18, 2021Jun 18, 2021
Simple Player Movement in UnityFirst thing first! We need to create an Gameobject in Unity, assign a script to the Gameobject, and assign a position to the object.Jun 3, 2021Jun 3, 2021
How Git Can Get You In The Game!I will be the first to say: “I didn’t know how amazing of a tool Github truly is!” Github is a beautiful development tool that allows you…Apr 28, 2021Apr 28, 2021