Warmage

In progress - Multiplayer pvp game made using Unity DOTS, and DOTSNET
Project Overview
Before starting on Warmage, I had some experience with Unity DOTS, but also wanted to learn more about networking in games. I found a asset called DOTSNET which is a networking solution made for Unity DOTS, which I used for this project.
Warmage is a pvp game with three factions, where you fight control points which are spread around the map. If your faction captures a control point it will spawn minions of your faction which will in turn attack neighboring control points.
Warmage implements an MMO like combat system using skills, and automatic targeting system which targets the closest target near your crosshair.
My Contributions
- Skill system
- Automatic targeting system
- Npc's which either defend a control point, or attack neighbouring control points.