Autonomous Vehicles in Simulations — Part 1Simulations and autonomous vehicles are working hand-in-hand to advance the growing necessity of data to improve the performance of…5d ago5d ago
The Math of Artificial Intelligence in Simulations — Part 2First things first! I added the variables I’ll be using in this script. The autopilot() method will be calling the CalculateAngle() method…Feb 4Feb 4
The Math of Artificial Intelligence in Simulations — Part 1This is small intro to artificial intelligence in games and simulations. The objective of this experience was to get two little pigs to…Feb 4Feb 4
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