i was just making a projectile but when i tested it, it just goes through the enemy
Projectile Collision
Enemy Collision
i was just making a projectile but when i tested it, it just goes through the enemy
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
Responds by Blocking Pawn
Object Type
A Pawn
Object Type
Responds by Blocking Projectile
Object Type
Projectile
Type
hitting Pawn
Type
will trigger:
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.