nicholas-maltbie / PropHunt-Mirror

PropHunt project made using Unity and Mirror Networking
MIT License
5 stars 1 forks source link

Character Hit boxes #79

Open nicholas-maltbie opened 3 years ago

nicholas-maltbie commented 3 years ago

Add an additional layer to the game for physics layers called "Character Hit Box" that consists of hitboxes for characters for attacking. This way we can separate the character motion and hitbox layers. Character Hit Box should only be interacted with by projectiles and player related events such as attacks or environment information. This adjustment should be relatively easy to adjust but will also have to be adjusted in other defaults for raycasting code.