An open API service indexing awesome lists of open source software.

https://github.com/stoverc/unitycar

UnityLearn Unit 1 + Bonus Features
https://github.com/stoverc/unitycar

Last synced: about 1 month ago
JSON representation

UnityLearn Unit 1 + Bonus Features

Awesome Lists containing this project

README

          

# Unity Car
UnityLearn Unit 1 + Bonus Features

A month or so ago, my 9yo and I decided to add [Unity Learn](https://learn.unity.com/)'s [Junior Programmer pathway](https://learn.unity.com/pathway/junior-programmer) to our homeschool curriculum.

The Junior Programmer pathway involves making small video game-type projects with Unity + C#. Incorporating it into our homeschool curriculum was my attempt to use my son's passion for video games as a stepping stone towards getting him into programming.

So far, we've had some pretty good luck on it: We're figuring stuff out as we go, and he's having a blast! I'm super stoked about how it's going, and as such, documenting the progress here seems like a worthwhile endeavor.

Changelog


12 Jul 2022




  1. Added a first-person / third-person camera toggle using a Boolean value + keypress tracker.


    Note: This is different than what Unity Learn proposes, which is to have two cameras with a toggle-able enabler.




1 Jul 2022



  1. Today, we finalized the oncoming traffic part of Bonus exercises.


30 Jun 2022



  1. Initial upload. I had to do some research online about how to use .gitignore to make this massive directory archivable, and so far, it seems to have worked! ::fistpump::