Welcome to the final project template for our Unity course! This repository contains a basic setup that you are required to extend and modify to complete your final assignment. Please note that your submission will be graded via GitHub Classroom, so ensure you follow all instructions and push your changes to the correct repository.
-
University Logo
- The
Sprites
folder includes the university logo (ut_logo.png). - You must use this logo as a dynamic object within your game scene (i.e., an in-game object, not a UI element).
- Examples of possible use cases include:
- An object that moves around in the scene.
- Part of a puzzle or gameplay mechanic.
- Interactive element that the player can collide with or manipulate.
- The
-
Student Name Display
- Your name must appear on the HUD in the game.
- Attach it to one of the corners of the game screen (e.g., top-right, bottom-left).
- Additionally, include a dedicated “About Us” menu or screen in your game where your name is clearly displayed.
- Accept Assignment on GitHub Classroom
- Make sure you accept the invitation for the GitHub Classroom assignment to properly link your repository.
- Clone the Repository
- Once you’ve accepted the assignment, clone or download your repository to your local machine.
- Open in Unity
- Open the project in the recommended version of Unity specified by your instructor.
- Add Your Scenes & Assets
- Feel free to add new scenes or folders for your assets.
- Keep the overall structure organized.
- Implement Required Features
- Make sure you have the dynamic university logo in your scene.
- Display your name on the HUD and in the “About Us” menu.
- Build & Test
- Ensure your game runs without errors and meets all the requirements.
- Commit & Push
- Commit and push your final project to your GitHub Classroom repository.
- Verify Your Submission
- Double-check your GitHub Classroom repository to confirm your code has been pushed successfully.
- Do Not Modify the
.gitignore
- Keep the
.gitignore
file as is unless you need to exclude specific files (e.g., large media files not needed for grading).
- Keep the
- Check Access
- Make sure your repository is accessible through GitHub Classroom. If we can’t see your repository, we can’t grade it!
This project is offered as a template for educational purposes. Ensure you follow your institution’s guidelines for academic integrity and collaboration.
Happy developing!