This is a living document that will be updated with more links as we discover them, feel free to recommend stuff, bonus points (not really) if you use GitHub to do it!
Every folder in this repo is something we covered in a particular class, make sure to click into the folder to see a detailed readme describing what we did in Unity and linking directly to the scripts we wrote.
You can clone this repo and run the scenes we made too!
Also, make sure to Star and Watch this repo on Github so you get alerts whenever we commit to it.
- C# Variables
- Data Types
- Operators
- Booleans
- Conditions and If Statements
- For Loops
- Functions / Methods
- Access Modifiers
- Unity User Manual
- Unity Scripting Reference
- Creating and Using Scripts
- Variables and the Inspector
- Instantiating Prefabs
- Order of Execution for Event Functions
- Important Classes
- Serialize Field
- Random.Range
Github is free! The best github client is Fork (In my opinion), it's also free, though it will occasionally ask you to support them: https://git-fork.com/
Once you install fork, you can log into it with your Github account and clone this repository locally
In Fork, click "File" the "Clone"
- On this GitHub page, click the green "Clone" button
- Then click "http"
- Then click the clipboard icon
- Paste the git repo URL into the Repository URL field
- Set the folder you wish to clone your repo to on your machine
- Click Clone!
Whenever you want to update your local version of the repository, you can click the "Pull" button in Fork!