For a while I been working on a fighting game in which I’m using characters from a tutorial for the moment until I’m able to put mine in without problems, so far the camera works like a fighting game.
Later on I will work on the guy now here’s the deal I’m trying to make them able to hit each other I know I need to add some kind of collider to the hands for punch but how to make it work? Send messages? And how do I do it in code?
I get some what the concept and what if the colliders on the hands are having contact with the character controller if I put it in what do I do then?