Hey everyone, I have been meaning to share this with you all. Below is a video of my Lerpz project. This is a free tutorial available on the Unity Asset Store and is actually a really good way to break into using Unity for the first time. I had wanted to post a link to the asset store page for the project, but at this time it appears that the tutorial has been taken down from the asset store. If it comes back up, I will update this post. I am also sharing my flowchart with you all. Flowchart is below and below is the pseudocode play startScene if press start run main //"main" refers to the main game scene within Unity else exit program main() playerInput movement //this states that the player is moving Lerpz around the level encounter "fuelPickup" if player fuel count > 0 --total player fuel count else run cutsceneCamera1 event //this event drops the fence around Lerpz's ship encounter "healthPickup" ...