Free Unity Project: 2D Pixel Art Tower Defense (freeCodeCamp)
Original title: Unity 2D Pixel Art Game Tutorial
Overview
This complete 2D pixel-art tower defense project accompanies the freeCodeCamp.org 'Unity 2D Pixel Art Game Tutorial'. Towers, enemies and waves are data-driven through ScriptableObjects, enemies follow waypoint paths, and the forest, lava and jungle levels are built with Tilemap, all tied together with a main menu.
The source_code.zip (about 85 MB, hosted on frankslaboratory.co.uk) is a full Unity project named 'TowerDefenseBasics' with Assets, ProjectSettings and Packages folders, and a GitHub repository (codingLaboratory/TowerDefense) is available as an alternative. A good fit for beginners who want a finished 2D game to dissect.
What You Can Learn
- Data-driven towers, enemies and waves via ScriptableObjects
- Waypoint paths for enemy movement
- Tilemap-built levels and a main menu
Access: Free direct download