Hitbox problem

Thiago

New member
Hi, guys

I dont know what Im doing wrong. I will try to explain...

I added new melee weapon called Fire Axe. I configureted the animation event inside the animations (ExecuteEvent - OnAnimatorItemUse, OnAnimatorItemUseComplete). But I noticed that my vertical attack sometimes collide, sometimes not and simetime collide at the wrong frame. But the horizotal attack always collide correctly. See the video bellow:


2022-09-06 13_27_28-.png


2022-09-06 13_27_52-.png

What Im doing worng?
Thx a lot
Sorry my spelling
Thiago from Brazil
 
Last edited:
Collisions will only be detected between the item use and complete events. Seems that the collision is already detected when the player starts raising the weapon (you see the dust), as it already overlaps with the cube.
It anyway looks a little strange that player and weapon overlap with the cube most of the time.
 
Top