i have a attack animation, but i dont know the correct way of setting up the detection, is attaching a collider to the sword enough?
for the enmey do i need multiple collider for better accuracy
i have a attack animation, but i dont know the correct way of setting up the detection, is attaching a collider to the sword enough?
for the enmey do i need multiple collider for better accuracy
Hello,
There are multiple ways you could do this depending on your needs, simple way is to attach a box around your sword and check for Hit or Overlap events on other Actors.
Community member Rama has also posted something here if you care to take a look:
-W