This project is a 2.5D top-down RPG game developed using Unity. It features core RPG mechanics such as player movement, enemy AI, item interactions, health system, and basic inventory management.
This simple script is a player controller for 2D games where the player moves on a horizontal and vertical axis. It includes some animation functions to be used with blend trees. It currently only ...