This repository contains the SpaceFighter game developed using Unity 2021.3.19f1c1 (Personal).
The project is a lightweight 3D game prototype featuring a single playable scene, QHD resolution, and clean Unity project structure.
It is intended for coursework submission and portfolio demonstration.
- 2021.3.19f1c1 Personal
- QHD (2560 × 1440) default resolution
Only one scene is included:
- SpaceFighter (automatically loaded at game start)
- Single-scene Unity game structure
- Player-centered gameplay prototype
- QHD graphic setup
- Clear separation of Assets, Scripts, Scenes
- Designed as a minimal but expandable 3D game base
SpaceFighter/
├── Assets/
│ ├── Scripts/
│ ├── Prefabs/
│ ├── Scenes/
│ │ └── SpaceFighter.unity
│ └── Materials/
├── ProjectSettings/
├── Packages/
└── .gitignore
Note:
Library/is excluded (auto-generated by Unity).
- Install Unity 2021.3.19f1c1 or any compatible 2021 LTS version.
- Clone this repository.
- Open the folder in Unity Hub.
- Load the
SpaceFighterscene. - Press Play to run the game.
- The Library folder has been excluded for GitHub compatibility.
- All gameplay logic is packaged within the main SpaceFighter scene.
- This project can be easily extended to add enemies, VFX, UI, and movement systems.
Although this is a course repository, contributions are still welcome:
- Fork the repo
- Create a branch (
feat_xxx) - Commit your changes
- Open a Pull Request
MIT License