Hello, I am trying to make a combbat system but I dont know if I shouldl use hit boxes or raycast.
Can you be more specific with how you want your combat system to work?
Are you making it for an FPS game, or are you trying to make something like swords?
Depends on the type of weapon. For projectiles you should use raycasts, and for moves like punches Iād personally use hitboxes. In the end, it really just comes down to your specific needs.
like hand to hand combat. that what im looking for
Then you should probably go with traditonal hitboxes.
1 Like
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.