Setting up your development environment for each exercise

GAME 615 Spring 2023 - American University

Unity

Github

Create your repository for the exercise

Setting up your repository for submitting work

Modifying your .gitignore file

The gitignore file allows you to specify files that you do not want git to track (and submit to github). Unity creates tons of files that you don't need to save (and actually cannot put on github because they are too big). The following instructions make it so we don't upload unnecessary files to github, and thus won't use up all the space we are given for free. Where to put the gitignore file

Preparing your Unity project for Github

NOTE: You'll need to do this for all of your projects

Preparing your Unity project to be released on the web

NOTE: You'll need to do this for all of your projects