A Diablo like action rpg protoype
The RPG prototype is a mouse and keyboard action RPG with similar controls as a Diablo game. In this prototype I used a lot of free unity assets for the 3D models of the characters and the world. The features that were implemented in this prototype:
- character movement (nav mesh)
- character attack (click to damage, while in range)
- character receiving damage/healing (enemies/friends attack/heal with projectiles)
- interactive cursor: changes shape depending on the object under the cursor
- Simple enemy AI (wait -> in view -> follow -> attack)
The goal of this prototype was to learn some new skills, especially how to work with a lot different assets.