So i am making a fight game and am having trouble with the collision detection for the hits. Does anyone know how i can properly find when someone has been kicked or punched?
Develop games in your browser. Powerful, performant & highly capable.
You can use "On collision with another object" or "Is overlapping another object" and then add another condition to be sure that it only triggers if the player is actually punching or kicking at the same time.