This repository contains a simple fighting game with the third-person camera view on Unity.
As such, there is no point in the game, it is more a prototype than a full-fledged project, but it is what it is.
Included mechanics:
- Movement: WASD
- Picking up an item: E
- Dropping the item: Q
- Attack: Left click
- Block: Right click
- Inventory system (switching between inventory slots): 1, 2, 3, 4
- Fighting system (3 types of weapon with different range/damage/animations and health potions)
- Enemy AI for chasing and attacking the player
Also the game includes some visual aspects a.k. dynamic health bars, pickup availability indicators, etc.
- Install Unity 2020.3.32 from archive.
- Clone this repository using
git clone https://github.com/vyshnovka/3rd-person-fighting.git
in Git Bash. - Open created folder as a project in Unity Hub.