This is simple tower defense game made in C# and Unity Unity version: 2023.2.11f1
This is a simple 2d tower defense game made in Unity. Game contains 2 types of enemies and 2 types of towers and 1 infinity wave. When player push the "Spawn" button it will create random tower and place it on the map.
- LevelInstaller.cs - Main entry point for the game
- GameSettings.cs - Contains all game settings
- Zenject
- UniRx
- DoTween
- Odin Inspector
- UniTask (Test task has condition to not use UniTask)