Search Unity

Particle Death on Collision?

Discussion in 'Physics' started by ReReMe, May 29, 2018.

  1. ReReMe

    ReReMe

    Joined:
    May 29, 2018
    Posts:
    5
    Hi,

    I've been assigned some basic particles for a level in our game and can't seem to figure out a really simple problem. Basically I have water drops falling from the ceiling and I want them to die the moment they collide with the surface, but I can't get them to go away in the particle system settings.

    Heres whats happening currently:


    I want them to collide with a surface, trigger a sub-emitter Splash particle (I have this ready and working) and then die/disappear rather than stay on the surface like in the gif above.

    Thanks
     
  2. AlanMattano

    AlanMattano

    Joined:
    Aug 22, 2013
    Posts:
    1,501
    I think this is a particle problem? Look into the particle forum? Delete this question and post one more time there.
    Did you try to move the floor collider hide the floor rendering mesh to take a look of what is happening under?