Does particle system's collision feature work with 2D colliders?

Hi,

Title says it all, I can’t get it to work on 2D Box Colliders.

Thanks

** bump **

1 Answer

1

As long as I know particle system do not collide with 2D colliders.

Why it is not supported is because 2D objects do not even have a thickness on z axis and the particle system will work in 3D space with different z values for each particle, so they will flow behind or over the 2D object.

One way around will be to apply a 3D collider to your 2D object to register the collisions with particle system.

Thanks for the answer. So if we could attach a 2d collider to our particle, it would work, right?