-
Notifications
You must be signed in to change notification settings - Fork 4
Home
Aaron edited this page Sep 24, 2018
·
10 revisions
-
Download Unity
- Download it using the Unity Hub button
- Open Unity Hub and install the latest version of
2018.2
- Make sure to install WebGL build support
- You don't need to install Visual Studio Community or Visual Studio for Mac (because you're installing Rider, next)
- You can uncheck every other additional package
-
Create a JetBrains student account
- Make sure to sign up using your @nyu.edu email
- Download JetBrains Rider
-
Download SourceTree
- You will need to make an account
- Connect your GitHub account after you install the app
-
Make a GitHub account
- Star this repository
- Make an Itch.io account
Bring your laptop to class!
- 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
-
PrototypingKit
- An old repo with some useful Unity scripts
- Some scripts may be outdated or just bad -- your mileage may vary