A simple Unity project starter for building a space shooter game.
This repository is intended as a foundation for a 2D or 3D space shooter experience. It can be used for learning Unity, prototyping gameplay, and expanding into a complete game.
- Install Unity Hub and a recent Unity LTS version.
- Open this folder in Unity.
- Create or import your game assets, scenes, and scripts.
- Press Play to test your game.
- Add player movement and shooting
- Implement enemy waves and obstacles
- Add scoring, lives, and game over logic
- Create menus, UI, and sound effects
- Assets/ - game assets, scripts, scenes, and prefabs
- ProjectSettings/ - Unity project configuration files
This project currently does not include a license. Add one if you plan to share or distribute it publicly.