Table of Contents
Introduction
In this tutorial, you will learn how to create a simple 2D melee game using Unity.
Prerequisites
- Basic coding knowledge (variables, if-else, etc.)
Game demo and Resources
Installing Unity Hub and Creating a project
Unity Tour
Importing Assets
Creating Player Animations
Creating Enemy Animations
Adding Components
Adding the Background
Player Script (Animations)
Enemy Script (Animations)
Taking damage and dying