Skip to content
Aaron edited this page Sep 24, 2018 · 10 revisions

REPOS

Do the following before the first day of class

  1. 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
  2. Create a JetBrains student account
    • Make sure to sign up using your @nyu.edu email
  3. Download JetBrains Rider
  4. Download SourceTree
    • You will need to make an account
    • Connect your GitHub account after you install the app
  5. Make a GitHub account
    • Star this repository
  6. Make an Itch.io account

Bring your laptop to class!

RESOURCES

GAMES

Tutorials/Lectures from class

Presentations Folder

Quick Info

  • 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.

References

Community Answers

Other Stuff

  • PrototypingKit
    • An old repo with some useful Unity scripts
    • Some scripts may be outdated or just bad -- your mileage may vary

Talks & Videos