This project contains A simple 3D platformer game made with Unity. At the start of the game, a number of pickups spawn in random places of the map. The goal is to catch every single pickup by walking or jumping through them. This project was originally created for my Computer Graphics course at SBU (Spring 2022).
Here's a glimpse of the game in action:
You can download the latest version from the releases section.
Otherwise, you can manually open the game in the engine by following these steps:
- Clone the repository
- Install Unity 2021.3.5f1 (or newer)
- Open the project in Unity:
- Open Unity Hub.
- Click "Open" and navigate to the project folder.
- Select the project.
- Assets: Contains all the game assets including scripts, prefabs, animations, and more.
- Assets/Scenes: Where you'll find the game levels and other scenes.
- Assets/Scripts: Contains all the C# scripts for game mechanics, player control, etc.
Please note that this project uses assets from the Skybox Series Free package.
This project is licensed under the Apache 2.0 License - see the LICENSE file for details.
