Skip to content

vyshnovka/3rd-person-fighting

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

56 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Third-person fighting

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.

Tools

image image

Setup

  1. Install Unity 2020.3.32 from archive.
  2. Clone this repository using git clone https://github.com/vyshnovka/3rd-person-fighting.git in Git Bash.
  3. Open created folder as a project in Unity Hub.