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
- Host: GitHub
- URL: https://github.com/stoverc/unitycar
- Owner: stoverc
- Created: 2022-06-30T05:22:58.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-07-12T04:25:24.000Z (almost 4 years ago)
- Last Synced: 2025-11-27T20:44:15.431Z (7 months ago)
- Language: C#
- Size: 482 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
-
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
- Today, we finalized the oncoming traffic part of Bonus exercises.
30 Jun 2022
- 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::