A simple hypercasual 3D game built with Unity where the player runs through a level, avoids obstacles, and reaches the finish line.
Assets/
βββ Animation/ # Game animations
βββ Fonts/ # Fonts used in UI
βββ Items/ # Collectible items & objects
βββ Krearthur/ # Character/asset models
βββ Materials/ # Materials used in the game
βββ physics/ # Physics-related assets
βββ Pics/ # Reference pictures
βββ Player/ # Player-related models, prefabs, etc.
βββ prefab/ # Prefabs for game objects
βββ Resources/ # Resource files
βββ Scenes/ # Game scenes (includes Level 1)
βββ Scripts/ # Gameplay scripts (movement, obstacles, etc.)
GameImages/ # Screenshots for README
Packages/
ProjectSettings/- Player can run through the level
- Avoid various obstacles
- Reach the finish line to complete the level
Here are some preview images of the game:
- Clone this repository:
git clone https://github.com/yashed/Hyper-Run-3D.git- Open the project in Unity Hub (use the same Unity version you built the game with).
- Open the
Scenesfolder and run the main level scene. - Press
βΆοΈ in Unity Editor to start the game.
To build and play:
- Go to File β Build Settings
- Choose your target platform (PC/Android/iOS)
- Click Build and Run
- Currently contains one playable level
- Future updates will include more levels & obstacles
- Assets are organized for easy expansion
This project is for learning and personal use. Feel free to fork and improve!


