i searched everywhere for any way to make a mobile rpg melee combat system through ui button presses for different attacks and such , i tried to use the techniques used in Action RPG provided by epic games in marketplace , but its complicated , so any idea how to do so ?
First realize none of it is specific to Mobile games.
Then, you need to it break down into smaller things:
- How to make event react to UI button presses
- How to make a Melee attack
- wathever else you need.