Exercise 2: Launch Something!

GAME 615 - American University

Description

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.

Carefully read through the code and try to follow how it works as best as you can. Please email me about office hours if you want any additional explainations. The main file you should look at is:

You can ignore most of the other files. NOTE: The '.meta' files are used by Unity, and while necessary to make the game run, are not intended for developers to read.

Getting the Sample Project Loaded into Your Project

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.

Building your Project for the Web

Submission

Turn in this assignment via your GitHub repository for this class. Each submission must be accompanied by a README.md file that contains your name, the name of any collaborators you had, and a link to a playable version of your game (i.e. a WebGL build). Also, on collaborations, only one member of the team should have the project in their repository and the rest of the team should be Contributors.

Sample Code

CODE PLAY