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!


