Search Unity

Particle doesn't trigger OnParticleCollision

Discussion in 'Editor & General Support' started by Z3NTUR10N, Nov 26, 2021.

  1. Z3NTUR10N

    Z3NTUR10N

    Joined:
    Mar 28, 2020
    Posts:
    1
    For my project I use a particle system to emit projectiles. And although I have an enemy object with a script including OnParticleCollision that is supposed to destroy it, nothing happens when the particle hits the object. The projectiles go straight through the object although the object has a rigidbody and a collider. The collision for the particles is on, send collision messages is on. What am I doing wrong?