You guys requested melee tutorial and I’m right after game jam where my colleague (cheers Tomek!) did really simple but powerful melee weapon. This tutorial will be about:
- How to do melee damage,
- Create basic weapon class to drive melee damage,
- Weapons can be added to AI characters as well and they will do melee damage to others as well (Player and other AI)
- There will be two versions: one without any additional preparation and second one in which you need to add sockets to weapon mesh.
So, lets go!