Projectile goes through enemy

i was just making a projectile but when i tested it, it just goes through the enemy


Projectile Collision

Enemy Collision

You set it to overlap so it goes through. That’s how I’d set it up if I wanted the behaviour you’re describing.

tried setting it to block but it didn’t work either, any other ideas?, anything helps

Here’s the most minimalistic setup:

A Projectile Object Type :point_down:

Responds by Blocking Pawn Object Type :point_up_2:


A Pawn Object Type :point_down:

Responds by Blocking Projectile Object Type :point_up_2:


Projectile Type hitting Pawn Type will trigger:

image

And vice versa, ofc.


If you cannot get the above to work, we’re dealing with an issue other than collision object type. Sadly we don’t know anything else about your setup.

it worked, thank you very much

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.