This repository contains a Unity package file for a Balloon Tower Defense game, developed in Unity using C#. This project implements key gameplay mechanics such as pathfinding, enemy AI, and upgrade systems.
- Download the Unity Package: Clone the repo and download the
.unitypackagefile. t - Import into Unity: Open your Unity project or create a new one. Go to
Assets > Import Package > Custom Package, then select the downloaded.unitypackagefile and import all assets. - Play and Optimize: Once imported, you can explore the game's mechanics, play the game, and optimize or extend its features according to your needs.
- Pathfinding: Efficiently navigate enemies through a predefined path.
- Enemy AI: Dynamic enemy behavior and interactions. (Different Enemy types)
- Upgrade Systems: Upgradeable towers and dynamic difficulty adjustments.
This project was developed following a comprehensive tutorial series that covers the core concepts and mechanics of creating a tower defense game in Unity.
Feel free to explore, modify, and enhance the game. Contributions are welcome!