This repository has been archived by the owner on Sep 27, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 13
Home
Aaron Freedman edited this page Apr 3, 2018
·
18 revisions
-
Join the Slack
- Use your @nyu.edu email address to sign up
- I will use this for class communications
- Download the desktop or mobile client
-
Download Unity
- You should be using version
2017.3
- Make sure to install WebGL build support
- You should be using version
-
Create a JetBrains student account
- Make sure to sign up using your @nyu.edu email
-
Download JetBrains Rider
- You should be using version
2017.3
- You should be using version
-
Download SourceTree
- You will need to make an account
- Connect your GitHub account after you install the app
- Latest version is
2.7
- Make a GitHub account
- Star this repository
- Make an Itch.io account
- Unity cheat sheet by Robert Yang and Ramsey Nasser
- Catlike Coding has many well written tutorials. The tutorials on rendering and hex grids are especially good.
- P4Merge - The (free) Perforce merge tool, P4Merge is hidden in the installer for the Perforce suite. It is the best standalone merge/diff tool available.
- Unity Documentation
- MSDN C# Reference
- The Nature of Code - Uses Processing and Java, but the code is simple enough to transcribe to C# easily. Chapter 1 - Vectors is a very good introduction to vectors and linear algebra in a programming context.
- Game Programming Patterns - Most of the content in this book is too specific and beyond the scope of this class, but I add it here if you're curious.
-
WikiWikiWeb - The first and original Wiki, created by a bunch of nerds to talk about nerdy programming things
- See: DesignPatternsBook
- Unity Icons with Version Numbers
-
PrototypingKit
- An old repo with some useful Unity scripts
- Some scripts may be outdated or just bad -- your mileage may vary