Skip to content
Mikhail Albershtein edited this page Apr 4, 2020 · 4 revisions

Hitbox is the game object with the trigger collider and a script that registers the hit.

Structure

Hitboxes
If the hitbox is based on animation, it should be deactivated be the default and be activated in the animation. More on that in attack manager page

Hitbox require

hitbox comp

The damage goes not from hitbox directly but from the character. Hitbox only registers the hit.

hitbpx