GAME 615 - American University
First off, name your Unity project "exercise02".
Modify the sample code to make something more interesting! We don't know too much yet, so really challenge yourself to make something compelling out of what we've covered so far.
The sample code has A LOT of new material in it. As part of this assignment, it is expected that you have carefully read through the code and tried to follow how it works as best as you can. Please come to office hours if you want any additional explainations. The two main files you should look at are:
To integrate the project into another Unity project, download and import the .unitypackage file located at the "CODE" link below. In your own Unity project, go to Assets > Import Package > Custom Package...
Once you do this, all of the assets from the sample project will be loaded into your project. Double click the "scene" file (the one with the Unity logo) to actually open up the sample game.
Submit your project to github. Make sure your Unity project is titled "exercise2" and located in the "exercises" folder of your local github repository. To push it up to github, open Github Desktop, commit your changes (you need to enter a comment in the field on the bottom left of the screen), and click the "Push" button near the top middle of the screen.
If everything worked, you should be able to play your game by going to:
http://(your git username).github.io/game615-spring2019/exercises/exercise02/web