Search Unity

Particles collide in editor but not game

Discussion in 'Physics' started by delinx32, Mar 15, 2015.

  1. delinx32

    delinx32

    Joined:
    Apr 20, 2012
    Posts:
    417
    I have an odd situation with particles. I have a dynamic mesh built in the editor via script and I'm trying to place some particles. When I set up everything in the editor it looks like I want, but when I run the game, the particles don't collide with the mesh collider. Is there something I need to set to get it to work?

    Colliding in the editor:
    collide.PNG

    Not colliding in game:
    not collide.PNG