Exercise 7: Basic Animations in Unity

GAME 615 - American University

Description

Description

In this exercise you need to demonstrate that you understand the animation system by creating a simple animation for a player character, as well as a user interface that is animated in some way. You can use the same character you used in the previous exercise if you'd like. Challenge yourself to make something that combines as many aspects from the previous exercises as you have time for.

Configuring your project

Name your repository "game615-spring2023-07"

Make sure to set your Unity and Github projects correctly. BE EXTRA REALLY SUPER CERTAIN THAT YOUR GITIGNORE FILE IS CONFIGURED CORRECTLY AND PLACED IN YOUR UNITY PROJECT FOLDER (the same one as assets)

Building your Project for the Web

Submission

Turn in this assignment via your properly named GitHub repository. Each submission must be accompanied by a README.md file that contains your name, the name of your collaborators, and a link to a playable version of your game (i.e. a WebGL build). Also include any other information you think may be relevant (e.g. how to play if it isn't obvious).

Also, as part of your submission process, you must complete this form. In the form there is a place to link your repository - this is where I will look to see your submission.

Sample Code

CODE PLAY